Function

AgsAudioAutomationsort_func

since: 3.0.0

Declaration [src]

gint
ags_automation_sort_func (
  gconstpointer a,
  gconstpointer b
)

Description [src]

Compare a to b.

Available since: 3.0.0

Parameters

a

Type: gconstpointer

An AgsAutomation.

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

Type: gconstpointer

An other AgsAutomation.

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.