Constructor

AgsAudioLv2Managernew

since: 3.0.0

[]

Declaration [src]

AgsLv2Manager*
ags_lv2_manager_new (
  gchar* locale
)
[]

Description [src]

Create a new instance of AgsLv2Manager.

Available since: 3.0.0

[]

Parameters

locale

Type: gchar*

The default locale.

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

Return value

Type: AgsLv2Manager

The new AgsLv2Manager.

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