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_Gets the URI currently selected by chooser.
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_Gets the Gtk.RecentFilter objects held by chooser.
Virtualvfunc_Removes filter from the list of Gtk.RecentFilter objects held by chooser.
Virtualvfunc_Selects all the items inside chooser, if the chooser supports
multiple selection.
Virtualvfunc_Selects uri inside chooser.
a URI
Virtualvfunc_Signal emitted when there is a change in the set of selected recently used resources.
Virtualvfunc_Sets uri as the current URI for chooser.
a URI
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
Optionaldata_destroy: DestroyNotifydestroy notifier for sort_data, or null
Virtualvfunc_Unselects all the items inside chooser.
Virtualvfunc_Unselects uri inside chooser.
a URI
Interface for implementing RecentChooser. Contains only the virtual methods that need to be implemented.