Method
AgsAudioLv2OptionManagerressource_lookup_extended
since: 3.0.0
Declaration [src]
gboolean
ags_lv2_option_manager_ressource_lookup_extended (
AgsLv2OptionManager* lv2_option_manager,
AgsLv2OptionRessource* lv2_option_ressource,
gpointer* orig_key,
gpointer* value
)
Description [src]
Lookup a ressource associated with lv2_option_ressource
in
lv2_option_manager
.
Available since: 3.0.0
Parameters
lv2_option_ressource
-
Type:
AgsLv2OptionRessource
The
AgsLv2OptionRessource
to lookup.The data is owned by the caller of the method. orig_key
-
Type:
gpointer*
The original key found.
The argument can be NULL
.The data is owned by the caller of the method. value
-
Type:
gpointer*
The matched value.
The argument can be NULL
.The data is owned by the caller of the method.