Class

AgsAudioLv2OptionManager

Description

class AgsAudio.Lv2OptionManager : GObject.Object {
  gobject: GObject,
  obj_mutex: GRecMutex,
  ressource: GHashTable*
}
No description available.

Ancestors

Constructors

ags_lv2_option_manager_new

Instantiate a id manager.

since: 3.0.0

Functions

ags_lv2_option_manager_get_instance

Singleton function to optain the id manager instance.

since: 3.0.0

ags_lv2_option_manager_lv2_options_get

The LV2 options interface’s get method.

since: 3.0.0

ags_lv2_option_manager_lv2_options_set

The LV2 options interface’s set method.

since: 3.0.0

Instance methods

ags_lv2_option_manager_get_option

Get option.

since: 3.0.0

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

ags_lv2_option_manager_set_option

Set option.

since: 3.0.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

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.

Virtual methods

AgsAudio.Lv2OptionManagerClass.get_option

Get option.

since: 3.0.0

AgsAudio.Lv2OptionManagerClass.set_option

Set option.

since: 3.0.0