Function

AgsAudioNotesort_func

since: 3.0.0

Declaration [src]

gint
ags_note_sort_func (
  gconstpointer a,
  gconstpointer b
)

Description [src]

Sort notes.

Available since: 3.0.0

Parameters

a

Type: gconstpointer

The AgsNote.

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

Type: gconstpointer

Another AgsNote.

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.