Ardour
9.0-pre0-427-gd2a3450e2f
|
Go to the source code of this file.
Classes | |
struct | _GtkRecentChooserIface |
Macros | |
#define | GTK_TYPE_RECENT_CHOOSER (gtk_recent_chooser_get_type ()) |
#define | GTK_RECENT_CHOOSER(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RECENT_CHOOSER, GtkRecentChooser)) |
#define | GTK_IS_RECENT_CHOOSER(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_RECENT_CHOOSER)) |
#define | GTK_RECENT_CHOOSER_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE ((inst), GTK_TYPE_RECENT_CHOOSER, GtkRecentChooserIface)) |
#define | GTK_RECENT_CHOOSER_ERROR (gtk_recent_chooser_error_quark ()) |
Typedefs | |
typedef gint(* | GtkRecentSortFunc) (GtkRecentInfo *a, GtkRecentInfo *b, gpointer user_data) |
typedef struct _GtkRecentChooser | GtkRecentChooser |
typedef struct _GtkRecentChooserIface | GtkRecentChooserIface |
Enumerations | |
enum | GtkRecentSortType { GTK_RECENT_SORT_NONE = 0 , GTK_RECENT_SORT_MRU , GTK_RECENT_SORT_LRU , GTK_RECENT_SORT_CUSTOM } |
enum | GtkRecentChooserError { GTK_RECENT_CHOOSER_ERROR_NOT_FOUND , GTK_RECENT_CHOOSER_ERROR_INVALID_URI } |
#define GTK_IS_RECENT_CHOOSER | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GTK_TYPE_RECENT_CHOOSER)) |
Definition at line 37 of file gtkrecentchooser.h.
#define GTK_RECENT_CHOOSER | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), GTK_TYPE_RECENT_CHOOSER, GtkRecentChooser)) |
Definition at line 36 of file gtkrecentchooser.h.
#define GTK_RECENT_CHOOSER_ERROR (gtk_recent_chooser_error_quark ()) |
Definition at line 70 of file gtkrecentchooser.h.
#define GTK_RECENT_CHOOSER_GET_IFACE | ( | inst | ) | (G_TYPE_INSTANCE_GET_INTERFACE ((inst), GTK_TYPE_RECENT_CHOOSER, GtkRecentChooserIface)) |
Definition at line 38 of file gtkrecentchooser.h.
#define GTK_TYPE_RECENT_CHOOSER (gtk_recent_chooser_get_type ()) |
Definition at line 35 of file gtkrecentchooser.h.
typedef struct _GtkRecentChooser GtkRecentChooser |
Definition at line 62 of file gtkrecentchooser.h.
typedef struct _GtkRecentChooserIface GtkRecentChooserIface |
Definition at line 62 of file gtkrecentchooser.h.
typedef gint(* GtkRecentSortFunc) (GtkRecentInfo *a, GtkRecentInfo *b, gpointer user_data) |
Definition at line 62 of file gtkrecentchooser.h.
Enumerator | |
---|---|
GTK_RECENT_CHOOSER_ERROR_NOT_FOUND | |
GTK_RECENT_CHOOSER_ERROR_INVALID_URI |
Definition at line 72 of file gtkrecentchooser.h.
enum GtkRecentSortType |
GtkRecentSortType:
GTK_RECENT_SORT_NONE | Do not sort the returned list of recently used resources. |
GTK_RECENT_SORT_MRU | Sort the returned list with the most recently used items first. |
GTK_RECENT_SORT_LRU | Sort the returned list with the least recently used items first. |
GTK_RECENT_SORT_CUSTOM | Sort the returned list using a custom sorting function passed using gtk_recent_manager_set_sort_func(). |
Used to specify the sorting method to be applyed to the recently used resource list.
Enumerator | |
---|---|
GTK_RECENT_SORT_NONE | |
GTK_RECENT_SORT_MRU | |
GTK_RECENT_SORT_LRU | |
GTK_RECENT_SORT_CUSTOM |
Definition at line 54 of file gtkrecentchooser.h.
void gtk_recent_chooser_add_filter | ( | GtkRecentChooser * | chooser, |
GtkRecentFilter * | filter | ||
) |
GQuark gtk_recent_chooser_error_quark | ( | void | ) |
GtkRecentInfo* gtk_recent_chooser_get_current_item | ( | GtkRecentChooser * | chooser | ) |
gchar* gtk_recent_chooser_get_current_uri | ( | GtkRecentChooser * | chooser | ) |
GtkRecentFilter* gtk_recent_chooser_get_filter | ( | GtkRecentChooser * | chooser | ) |
GList* gtk_recent_chooser_get_items | ( | GtkRecentChooser * | chooser | ) |
gint gtk_recent_chooser_get_limit | ( | GtkRecentChooser * | chooser | ) |
gboolean gtk_recent_chooser_get_local_only | ( | GtkRecentChooser * | chooser | ) |
gboolean gtk_recent_chooser_get_select_multiple | ( | GtkRecentChooser * | chooser | ) |
gboolean gtk_recent_chooser_get_show_icons | ( | GtkRecentChooser * | chooser | ) |
gboolean gtk_recent_chooser_get_show_not_found | ( | GtkRecentChooser * | chooser | ) |
gboolean gtk_recent_chooser_get_show_numbers | ( | GtkRecentChooser * | chooser | ) |
gboolean gtk_recent_chooser_get_show_private | ( | GtkRecentChooser * | chooser | ) |
gboolean gtk_recent_chooser_get_show_tips | ( | GtkRecentChooser * | chooser | ) |
GtkRecentSortType gtk_recent_chooser_get_sort_type | ( | GtkRecentChooser * | chooser | ) |
GType gtk_recent_chooser_get_type | ( | void | ) |
gchar** gtk_recent_chooser_get_uris | ( | GtkRecentChooser * | chooser, |
gsize * | length | ||
) |
GSList* gtk_recent_chooser_list_filters | ( | GtkRecentChooser * | chooser | ) |
void gtk_recent_chooser_remove_filter | ( | GtkRecentChooser * | chooser, |
GtkRecentFilter * | filter | ||
) |
void gtk_recent_chooser_select_all | ( | GtkRecentChooser * | chooser | ) |
gboolean gtk_recent_chooser_select_uri | ( | GtkRecentChooser * | chooser, |
const gchar * | uri, | ||
GError ** | error | ||
) |
gboolean gtk_recent_chooser_set_current_uri | ( | GtkRecentChooser * | chooser, |
const gchar * | uri, | ||
GError ** | error | ||
) |
void gtk_recent_chooser_set_filter | ( | GtkRecentChooser * | chooser, |
GtkRecentFilter * | filter | ||
) |
void gtk_recent_chooser_set_limit | ( | GtkRecentChooser * | chooser, |
gint | limit | ||
) |
void gtk_recent_chooser_set_local_only | ( | GtkRecentChooser * | chooser, |
gboolean | local_only | ||
) |
void gtk_recent_chooser_set_select_multiple | ( | GtkRecentChooser * | chooser, |
gboolean | select_multiple | ||
) |
void gtk_recent_chooser_set_show_icons | ( | GtkRecentChooser * | chooser, |
gboolean | show_icons | ||
) |
void gtk_recent_chooser_set_show_not_found | ( | GtkRecentChooser * | chooser, |
gboolean | show_not_found | ||
) |
void gtk_recent_chooser_set_show_numbers | ( | GtkRecentChooser * | chooser, |
gboolean | show_numbers | ||
) |
void gtk_recent_chooser_set_show_private | ( | GtkRecentChooser * | chooser, |
gboolean | show_private | ||
) |
void gtk_recent_chooser_set_show_tips | ( | GtkRecentChooser * | chooser, |
gboolean | show_tips | ||
) |
void gtk_recent_chooser_set_sort_func | ( | GtkRecentChooser * | chooser, |
GtkRecentSortFunc | sort_func, | ||
gpointer | sort_data, | ||
GDestroyNotify | data_destroy | ||
) |
void gtk_recent_chooser_set_sort_type | ( | GtkRecentChooser * | chooser, |
GtkRecentSortType | sort_type | ||
) |
void gtk_recent_chooser_unselect_all | ( | GtkRecentChooser * | chooser | ) |
void gtk_recent_chooser_unselect_uri | ( | GtkRecentChooser * | chooser, |
const gchar * | uri | ||
) |