Gtk.RecentSortFunc Delegate
Recent chooser sorting delegate.

Syntax

public delegate int RecentSortFunc (RecentInfo a, RecentInfo b)

Parameters

a
a Gtk.RecentInfo to sort.
b
a Gtk.RecentInfo to sort.

Returns

A positive integer if a comes before b, 0 if they are equal, or a negative value otherwise.

Remarks

Attach a delegate of this type to RecentChooser.SortFunc for custom sorting.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Assembly Versions: 2.12.0.0
Since: Gtk# 2.10