Method
AgsSoundServerset_sequencer
since: 3.0.0
[−]
Declaration [src]
void
ags_sound_server_set_sequencer (
AgsSoundServer* sound_server,
gchar* client_uuid,
GList* sequencer
)
[−]
Parameters
client_uuid
-
Type:
gchar*
The location to fetch from.
The data is owned by the caller of the method. 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.