Package: gtk

Callback gtk-recent-sort-func

Details

The callback function to set with the gtk-recent-chooser-set-sort-func function.
 lambda (item1 item2)  
item1
A gtk-recent-info instance.
item2
A second gtk-recent-info instance.
Returns
A positive integer if the first item comes before the second, zero if the two items are equal and a negative integer if the first item comes after the second.
 

See also

2021-12-26