Package: gtk

Callback gtk:recent-sort-func

Syntax

lambda (item1 item2) => result

Arguments

item1 -- a gtk:recent-info instance
item2 -- a second gtk:recent-info instance
result -- 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

Details

The callback function to set with the gtk:recent-chooser-set-sort-func function.
 

See also

#2024-3-23