|
void | add_param (const char *group, guint prop_id, GParamSpec *pspec) |
|
void | add_param (guint prop_id, GParamSpec *grouped_pspec) |
|
void | set_accessors (void(*get_property)(GObject *, guint, GValue *, GParamSpec *), void(*set_property)(GObject *, guint, const GValue *, GParamSpec *)=NULL, gboolean(*editable_property)(BseObject *, guint, GParamSpec *)=NULL, void(*get_candidates)(BseItem *, guint, BsePropertyCandidates *, GParamSpec *)=NULL, void(*property_updated)(BseSource *, guint, guint64, double, GParamSpec *)=NULL) |
|
guint | add_signal (const gchar *signal_name, GSignalFlags flags, guint n_params,...) |
|
void | add_ochannel (const char *ident, const char *label, const char *blurb, int assert_id=-1) |
|
void | add_ichannel (const char *ident, const char *label, const char *blurb, int assert_id=-1) |
|
void | add_jchannel (const char *ident, const char *label, const char *blurb, int assert_id=-1) |
|
|
BseSourceChannelDefs | channel_defs |
|
void(* | property_updated )(BseSource *source, guint property_id, guint64 tick_stamp, double value, GParamSpec *pspec) |
|
void(* | prepare )(BseSource *source) |
|
void(* | context_create )(BseSource *source, guint context_handle, BseTrans *trans) |
|
void(* | context_connect )(BseSource *source, guint context_handle, BseTrans *trans) |
|
void(* | context_dismiss )(BseSource *source, guint context_handle, BseTrans *trans) |
|
void(* | reset )(BseSource *source) |
|
void(* | add_input )(BseSource *source, guint ichannel, BseSource *osource, guint ochannel) |
|
void(* | remove_input )(BseSource *source, guint ichannel, BseSource *osource, guint ochannel) |
|
BseModuleClass * | engine_class |
|
gboolean | filtered_properties |
|
SfiRing * | unprepared_properties |
|
SfiRing * | automation_properties |
|
void(* | get_candidates )(BseItem *item, guint param_id, BsePropertyCandidates *pc, GParamSpec *pspec) |
|
void(* | set_parent )(BseItem *item, BseItem *parent) |
|
gboolean(* | needs_storage )(BseItem *item, BseStorage *storage) |
|
void(* | compat_setup )(BseItem *item, guint vmajor, guint vminor, guint vmicro) |
|
guint(* | get_seqid )(BseItem *item) |
|
BseUndoStack *(* | get_undo )(BseItem *item) |
|
gboolean(* | editable_property )(BseObject *object, guint param_id, GParamSpec *pspec) |
|
gboolean(* | check_pspec_editable )(BseObject *object, GParamSpec *pspec) |
|
void(* | set_uname )(BseObject *object, const gchar *uname) |
|
void(* | store_private )(BseObject *object, BseStorage *storage) |
|
void(* | restore_start )(BseObject *object, BseStorage *storage) |
|
GTokenType(* | restore_private )(BseObject *object, BseStorage *storage, GScanner *scanner) |
|
void(* | restore_finish )(BseObject *object, guint vmajor, guint vminor, guint vmicro) |
|
void(* | unlocked )(BseObject *object) |
|
BseIcon *(* | get_icon )(BseObject *object) |
|