Function

AgsAudioAccelerationsort_func

since: 3.0.0

Declaration [src]

gint
ags_acceleration_sort_func (
  gconstpointer a,
  gconstpointer b
)

Description [src]

Sort accelerations.

Available since: 3.0.0

Parameters

a

Type: gconstpointer

An AgsAcceleration.

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

Type: gconstpointer

An other AgsAcceleration.

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

Return value

Type: gint

0 if equal, -1 if smaller and 1 if bigger offset.