Function

AgsAudioFrequencyMapsort_func

since: 3.0.0

Declaration [src]

gint
ags_frequency_map_sort_func (
  gconstpointer a,
  gconstpointer b
)

Description [src]

Sort frequency maps.

Available since: 3.0.0

Parameters

a

Type: gconstpointer

An AgsFrequencyMap.

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

Type: gconstpointer

An AgsFrequencyMap.

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.