Method

AgsSoundServerset_sequencer

since: 3.0.0

Declaration [src]

void
ags_sound_server_set_sequencer (
  AgsSoundServer* sound_server,
  gchar* client_uuid,
  GList* sequencer
)

Description [src]

Sets the sequencer at client_uuid.

Available since: 3.0.0

Parameters

client_uuid

Type: gchar*

The location to fetch from.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
sequencer

Type: A list of GObject*

The sequencer to set.

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