Function

AgsAudioMarkersort_func

since: 5.1.0

Declaration [src]

gint
ags_marker_sort_func (
  gconstpointer a,
  gconstpointer b
)

Description [src]

Sort markers.

Available since: 5.1.0

Parameters

a

Type: gconstpointer

An AgsMarker.

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

Type: gconstpointer

An other AgsMarker.

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.