Function

AgsAudioBuffersort_func

since: 3.0.0

Declaration [src]

gint
ags_buffer_sort_func (
  gconstpointer a,
  gconstpointer b
)

Description [src]

Sort buffers.

Available since: 3.0.0

Parameters

a

Type: gconstpointer

An AgsBuffer.

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

Type: gconstpointer

An other AgsBuffer.

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.