ulong_sort_func

@accepts(RB.RhythmDBEntry, RB.RhythmDBEntry, gpointer)
@returns(gint)
def ulong_sort_func(a, b, data)

Sort function for sorting by an unsigned integer property value. If the values are the same, falls back to sorting by location.

a :

a RB.RhythmDBEntry

b :

a RB.RhythmDBEntry

data :

property to sort on

Returns :

result of sort comparison between a and b.