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
)
Parameters
osc_websocket_connection-
Type: A list of
AgsOscWebsocketConnection*The
GList-struct containingAgsOscWebsocketConnection.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.