Function

AgsAudioProgramsort_func

since: 5.1.0

Declaration [src]

gint
ags_program_sort_func (
  gconstpointer a,
  gconstpointer b
)

Description [src]

Compare a and b.

Available since: 5.1.0

Parameters

a

Type: gconstpointer

The AgsProgram.

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

Type: gconstpointer

Another AgsProgram.

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 timestamp.