Method
AgsSoundServerget_soundcard
since: 3.0.0
[−]
Declaration [src]
GList*
ags_sound_server_get_soundcard (
AgsSoundServer* sound_server,
gchar* client_uuid
)
[−]
Description [src]
Gets the soundcard of sound_server
associated with client_uuid
.
Available since: 3.0.0
[−]
Parameters
client_uuid
-
Type:
gchar*
The client uuid.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.
[−]
Return value
Type: A list of GObject*
The soundcard as GList
-struct.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |