|
BEAST/BSE - Better Audio System and Sound Engine
0.8.2
|
#include <bse/bseitem.hh>Go to the source code of this file.
Classes | |
| struct | BseJanitor |
| struct | BseJanitorClass |
| struct | BseJanitorAction |
Defines | |
| #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) |
Functions | |
| 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) |
1.7.6.1