- addFilter
void function(GtkRecentChooser* chooser, GtkRecentFilter* filter) addFilter;
Adds filter to the list of #GtkRecentFilter objects
held by chooser.
- baseIface
GTypeInterface baseIface;
- getCurrentUri
char* function(GtkRecentChooser* chooser) getCurrentUri;
Gets the URI currently selected by chooser.
- getItems
GList* function(GtkRecentChooser* chooser) getItems;
Gets the list of recently used resources in form of
#GtkRecentInfo objects.
- getRecentManager
GtkRecentManager* function(GtkRecentChooser* chooser) getRecentManager;
Gets the #GtkRecentManager used by chooser.
- itemActivated
void function(GtkRecentChooser* chooser) itemActivated;
Signal emitted when the user “activates” a recent
item in the recent chooser.
- listFilters
GSList* function(GtkRecentChooser* chooser) listFilters;
Gets the #GtkRecentFilter objects held by chooser.
- removeFilter
void function(GtkRecentChooser* chooser, GtkRecentFilter* filter) removeFilter;
Removes filter from the list of #GtkRecentFilter
objects held by chooser.
- selectAll
void function(GtkRecentChooser* chooser) selectAll;
Selects all the items inside chooser, if the chooser
supports multiple selection.
- selectUri
gboolean function(GtkRecentChooser* chooser, const(char)* uri, GError** _err) selectUri;
Selects uri inside chooser.
- selectionChanged
void function(GtkRecentChooser* chooser) selectionChanged;
Signal emitted when there is a change in the
set of selected recently used resources.
- setCurrentUri
gboolean function(GtkRecentChooser* chooser, const(char)* uri, GError** _err) setCurrentUri;
Sets uri as the current URI for chooser.
- setSortFunc
void function(GtkRecentChooser* chooser, GtkRecentSortFunc sortFunc, void* sortData, GDestroyNotify dataDestroy) setSortFunc;
Sets the comparison function used when sorting to
be sort_func.
- unselectAll
void function(GtkRecentChooser* chooser) unselectAll;
Unselects all the items inside chooser.
- unselectUri
void function(GtkRecentChooser* chooser, const(char)* uri) unselectUri;
Unselects uri inside chooser.