Method
AgsAudioLv2OptionManagerressource_lookup
since: 3.0.0
[−]
Declaration [src]
gpointer
ags_lv2_option_manager_ressource_lookup (
AgsLv2OptionManager* lv2_option_manager,
AgsLv2OptionRessource* lv2_option_ressource
)
[−]
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 argument can be NULL
.The data is owned by the caller of the method.
[−]
Return value
Type: gpointer
The pointer on success, else NULL.
The returned data is owned by the instance. |
The return value can be NULL . |