Adds filter to the list of GtkRecentFilter objects held by chooser. If no previous filter objects were defined, this function will call gtk_recent_chooser_set_filter(). Since 2.10
This signal is emitted when the user "activates" a recent item in the recent chooser. This can happen by double-clicking on an item in the recently used resources list, or by pressing Enter. Since 2.10
This signal is emitted when there is a change in the set of selected recently used resources. This can happen when a user modifies the selection with the mouse or the keyboard, or when explicitely calling functions to change the selection. Since 2.10 See Also GtkRecentManager, GtkRecentChooserDialog, GtkRecentChooserWidget, GtkRecentChooserMenu
Gets the GtkRecentInfo currently selected by chooser. Since 2.10
Gets the URI currently selected by chooser. Since 2.10
Gets the GtkRecentFilter object currently used by chooser to affect the display of the recently used resources. Since 2.10
Gets the list of recently used resources in form of GtkRecentInfo objects. The return value of this function is affected by the "sort-type" and "limit" properties of chooser. Since 2.10
Gets the number of items returned by gtk_recent_chooser_get_items() and gtk_recent_chooser_get_uris(). Since 2.10
Gets whether only local resources should be shown in the recently used resources selector. See gtk_recent_chooser_set_local_only() Since 2.10
Get the main Gtk struct
Gets whether chooser can select multiple items. Since 2.10
Retrieves whether chooser should show an icon near the resource. Since 2.10
Retrieves whether chooser should show the recently used resources that were not found. Since 2.10
Returns whether chooser should display recently used resources registered as private. Since 2.10
Gets whether chooser should display tooltips containing the full path of a recently user resource. Since 2.10
Gets the value set by gtk_recent_chooser_set_sort_type(). Since 2.10
the main Gtk struct as a void*
Gets the URI of the recently used resources. The return value of this function is affected by the "sort-type" and "limit" properties of chooser. Since the returned array is NULL terminated, length may be NULL. Since 2.10
Gets the GtkRecentFilter objects held by chooser. Since 2.10
Removes filter from the list of GtkRecentFilter objects held by chooser. Since 2.10
Selects all the items inside chooser, if the chooser supports multiple selection. Since 2.10
Selects uri inside chooser. Since 2.10
Sets uri as the current URI for chooser. Since 2.10
Sets filter as the current GtkRecentFilter object used by chooser to affect the displayed recently used resources. Since 2.10
Sets the number of items that should be returned by gtk_recent_chooser_get_items() and gtk_recent_chooser_get_uris(). Since 2.10
Sets whether only local resources, that is resources using the file:// URI scheme, should be shown in the recently used resources selector. If local_only is TRUE (the default) then the shown resources are guaranteed to be accessible through the operating system native file system. Since 2.10
Sets whether chooser can select multiple items. Since 2.10
Sets whether chooser should show an icon near the resource when displaying it. Since 2.10
Sets whether chooser should display the recently used resources that it didn't find. This only applies to local resources. Since 2.10
Whether to show recently used resources marked registered as private. Since 2.10
Sets whether to show a tooltips containing the full path of each recently used resource in a GtkRecentChooser widget. Since 2.10
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 GtkRecentInfo 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. Since 2.10
Changes the sorting order of the recently used resources list displayed by chooser. Since 2.10
Unselects all the items inside chooser. Since 2.10
Unselects uri inside chooser. Since 2.10
GtkRecentChooser is an interface that can be implemented by widgets displaying the list of recently used files. In GTK+, the main objects that implement this interface are GtkRecentChooserWidget, GtkRecentChooserDialog and GtkRecentChooserMenu.
Recently used files are supported since GTK+ 2.10.