Virtualvfunc_Adds filter to the list of Gtk.RecentFilter objects held by chooser.
If no previous filter objects were defined, this function will call
gtk_recent_chooser_set_filter().
Virtualvfunc_Virtualvfunc_Gets the list of recently used resources in form of Gtk.RecentInfo objects.
The return value of this function is affected by the “sort-type” and
“limit” properties of chooser.
Virtualvfunc_Signal emitted when the user “activates” a recent item in the recent chooser.
Virtualvfunc_Virtualvfunc_Removes filter from the list of Gtk.RecentFilter objects held by chooser.
Virtualvfunc_Virtualvfunc_Virtualvfunc_Signal emitted when there is a change in the set of selected recently used resources.
Virtualvfunc_Virtualvfunc_Sets the comparison function used when sorting to be sort_func. If
the chooser has the sort type set to #GTK_RECENT_SORT_CUSTOM then
the chooser will sort using this function.
To the comparison function will be passed two Gtk.RecentInfo structs and
sort_data; sort_func should return 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.
the comparison function
Virtualvfunc_Virtualvfunc_
Interface for implementing RecentChooser. Contains only the virtual methods that need to be implemented.