Function

AgsAudioPresetfind_scope

since: 3.0.0

Declaration [src]

GList*
ags_preset_find_scope (
  GList* preset,
  gchar* scope
)

Description [src]

Find preset’s scope in preset.

Available since: 3.0.0

Parameters

preset

Type: A list of None

The GList-struct containing AgsPreset.

The data is owned by the caller of the function.
scope

Type: gchar*

The preset’s scope.

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

Return value

Type: A list of None

The next matching AgsPreset.

The data is owned by the called function.