Function
RBRhythmDBQueryModeldouble_ceiling_sort_func
Declaration [src]
gint
rhythmdb_query_model_double_ceiling_sort_func (
RhythmDBEntry* a,
RhythmDBEntry* b,
gpointer data
)
Description [src]
Sort function for sorting by a rounded floating point value. The property value is rounded up to an integer value for sorting. If the values are the same, falls back to sorting by location.
Parameters
a-
Type:
RhythmDBEntryA
RhythmDBEntry.The data is owned by the caller of the function. b-
Type:
RhythmDBEntryA
RhythmDBEntry.The data is owned by the caller of the function. data-
Type:
gpointerProperty to sort on.
The argument can be NULL.The data is owned by the caller of the function.