@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 : |
|
b : |
|
data : |
property to sort on |
Returns : |
result of sort comparison between a and b. |