Function

AgsAudioOscWebsocketConnectionfind_resource_id

since: 3.0.0

Declaration [src]

GList*
ags_osc_websocket_connection_find_resource_id (
  GList* osc_websocket_connection,
  gchar* resource_id
)

Description [src]

Find resource_id in osc_websocket_connection.

Available since: 3.0.0

Parameters

osc_websocket_connection

Type: A list of AgsOscWebsocketConnection*

The GList-struct containing AgsOscWebsocketConnection.

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

Type: gchar*

The resource id.

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 AgsOscWebsocketConnection*

The next matchine GList-struct or NULL.

The data is owned by the called function.