Method

AgsAudioSoundProviderset_program

since: 5.1.0

Declaration [src]

void
ags_sound_provider_set_program (
  AgsSoundProvider* sound_provider,
  GList* program
)

Description [src]

Set program objects.

Available since: 5.1.0

This method is not directly available to language bindings.

Parameters

program

Type: A list of gpointer

A GList-struct containing AgsProgram.

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