Constructor

AgsAudioApplySoundConfignew

since: 3.0.0

Declaration [src]

AgsApplySoundConfig*
ags_apply_sound_config_new (
  gchar* config_data
)

Description [src]

Creates a new instance of AgsApplySoundConfig.

Available since: 3.0.0

Parameters

config_data

Type: gchar*

The config file as string data.

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

Return value

Type: AgsApplySoundConfig

The new AgsApplySoundConfig.

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