Class
AgsAudioLv2OptionManager
Functions
ags_lv2_option_manager_get_instance
Singleton function to optain the id manager instance.
since: 3.0.0
Instance methods
ags_lv2_option_manager_ressource_insert
Inserts a data into hash associated with lv2_option_ressource
.
since: 3.0.0
ags_lv2_option_manager_ressource_lookup
Lookup a ressource associated with lv2_option_ressource
in
lv2_option_manager
.
since: 3.0.0
ags_lv2_option_manager_ressource_lookup_extended
Lookup a ressource associated with lv2_option_ressource
in
lv2_option_manager
.
since: 3.0.0
ags_lv2_option_manager_ressource_remove
Removes an entry associated with lv2_option_ressource
.
since: 3.0.0
Signals
AgsAudio.Lv2OptionManager::get-option
The ::get-option signal gets options of the manager.
since: 3.0.0
AgsAudio.Lv2OptionManager::set-option
The ::set-option signal sets options for the manager.
since: 3.0.0
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct AgsAudioLv2OptionManagerClass {
GObjectClass gobject;
void (* get_option) (
AgsLv2OptionManager* lv2_option_manager,
gpointer instance,
gpointer option,
gpointer retval
);
void (* set_option) (
AgsLv2OptionManager* lv2_option_manager,
gpointer instance,
gpointer option,
gpointer retval
);
}
No description available.
Class members
gobject: GObjectClass
No description available.
get_option: void (* get_option) ( AgsLv2OptionManager* lv2_option_manager, gpointer instance, gpointer option, gpointer retval )
No description available.
set_option: void (* set_option) ( AgsLv2OptionManager* lv2_option_manager, gpointer instance, gpointer option, gpointer retval )
No description available.