Virtual Method

AgsSoundServerget_sequencer

since: 3.0.0

Declaration [src]

GList*
get_sequencer (
  AgsSoundServer* sound_server,
  gchar* client_uuid
)

Description [src]

Gets the sequencer 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 function.
The value is a NUL terminated UTF-8 string.

Return value

Type: A list of GObject*

The sequencer as GList-struct.

The caller of the function takes ownership of the data, and is responsible for freeing it.