Function

AgsAudioBasePluginsort

since: 3.0.0

Declaration [src]

GList*
ags_base_plugin_sort (
  GList* base_plugin
)

Description [src]

Sort base_plugin alphabetically.

Available since: 3.0.0

Parameters

base_plugin

Type: A list of AgsBasePlugin*

The GList-struct containing AgsBasePlugin.

The data is owned by the caller of the function.

Return value

Type: A list of AgsBasePlugin*

The sorted GList-struct.

The data is owned by the called function.