Method

AgsAudioSFZFileset_group

since: 3.17.0

Declaration [src]

void
ags_sfz_file_set_group (
  AgsSFZFile* sfz_file,
  GList* group
)

Description [src]

Set the group field of sfz_file.

Available since: 3.17.0

Sets propertyAgsAudio.SFZFile:group

Parameters

group

Type: A list of None

The GList-struct containing AgsSFZGroup.

The data is owned by the caller of the function.