Function
AgsAudioAudioUnitServerfind_url
since: 3.0.0
[−]
Declaration [src]
GList*
ags_audio_unit_server_find_url (
GList* audio_unit_server,
gchar* url
)
[−]
Parameters
audio_unit_server
-
Type: A list of
None
The
GList
-struct containingAgsAudioUnitServer
.The data is owned by the caller of the function. url
-
Type:
gchar*
The url to find.
The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string.
[−]
Return value
Type: A list of None
The next matching GList
-struct containing a AgsAudioUnitServer
matching url
or NULL
.
The data is owned by the called function. |