Function

AgsAudioBasePluginsort_func

since: 3.0.0

Declaration [src]

gint
ags_base_plugin_sort_func (
  gpointer a,
  gpointer b
)

Description [src]

Sort function.

Available since: 3.0.0

Parameters

a

Type: gpointer

A AgsBasePlugin.

The argument can be NULL.
The data is owned by the caller of the function.
b

Type: gpointer

An other AgsBasePlugin.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: gint

A value smaller to, equal to or greater to 0 like strcmp.