Function

AgsAudioGstreamerClientfind

since: 3.6.0

Declaration [src]

GList*
ags_gstreamer_client_find (
  GList* gstreamer_client,
  gchar* client_name
)

Description [src]

Finds next match of client_name in gstreamer_client.

Available since: 3.6.0

Parameters

gstreamer_client

Type: A list of AgsGstreamerClient*

The GList-struct containing AgsGstreamerClient.

The data is owned by the caller of the function.
client_name

Type: gchar*

The client name 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 AgsGstreamerClient*

The next matching GList-struct or NULL.

The data is owned by the called function.