Function
RBRhythmDBQueryModelstring_sort_func
Declaration [src]
gint
rhythmdb_query_model_string_sort_func (
RhythmDBEntry* a,
RhythmDBEntry* b,
gpointer data
)
Description [src]
Sort function for sorting by a single string property Falls back to location sort order if the strings are equal.
Parameters
a
-
Type:
RhythmDBEntry
A
RhythmDBEntry
.The data is owned by the caller of the function. b
-
Type:
RhythmDBEntry
A
RhythmDBEntry
.The data is owned by the caller of the function. data
-
Type:
gpointer
Property to sort on.
The argument can be NULL
.The data is owned by the caller of the function.