Go to the source code of this file.
|
#define | BSE_TYPE_JANITOR |
|
#define | BSE_JANITOR(object) |
|
#define | BSE_JANITOR_CLASS(class) |
|
#define | BSE_IS_JANITOR(object) |
|
#define | BSE_IS_JANITOR_CLASS(class) |
|
#define | BSE_JANITOR_GET_CLASS(object) |
|
|
BseJanitor * | bse_janitor_new (SfiComPort *port) |
|
void | bse_janitor_kill (BseJanitor *self) |
|
void | bse_janitor_close (BseJanitor *self) |
|
const gchar * | bse_janitor_get_ident (BseJanitor *self) |
|
void | bse_janitor_set_procedure (BseJanitor *self, const gchar *script, const gchar *proc) |
|
BseJanitor * | bse_janitor_get_current (void) |
|
void | bse_janitor_progress (BseJanitor *self, gfloat progress) |
|
void | bse_janitor_add_action (BseJanitor *self, const gchar *action, const gchar *name, const gchar *blurb) |
|
void | bse_janitor_remove_action (BseJanitor *self, const gchar *action) |
|
void | bse_janitor_trigger_action (BseJanitor *self, const gchar *action) |
|