Ardour  8.7-14-g57a6773833
gtkrecentchooserutils.h
Go to the documentation of this file.
1 /* gtkrecentchooserutils.h - Private utility functions for implementing a
2  * GtkRecentChooser interface
3  *
4  * Copyright (C) 2006 Emmanuele Bassi
5  *
6  * All rights reserved
7  *
8  * This library is free software; you can redistribute it and/or
9  * modify it under the terms of the GNU Library General Public
10  * License as published by the Free Software Foundation; either
11  * version 2 of the License, or (at your option) any later version.
12  *
13  * This library is distributed in the hope that it will be useful,
14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16  * Library General Public License for more details.
17  *
18  * You should have received a copy of the GNU Library General Public
19  * License along with this library; if not, write to the
20  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
21  * Boston, MA 02111-1307, USA.
22  *
23  * Based on gtkfilechooserutils.h:
24  * Copyright (C) 2003 Red Hat, Inc.
25  */
26 
27 #ifndef __GTK_RECENT_CHOOSER_UTILS_H__
28 #define __GTK_RECENT_CHOOSER_UTILS_H__
29 
31 
32 G_BEGIN_DECLS
33 
34 
35 #define GTK_RECENT_CHOOSER_DELEGATE_QUARK (_gtk_recent_chooser_delegate_get_quark ())
36 
37 typedef enum {
51 
52 void _gtk_recent_chooser_install_properties (GObjectClass *klass);
53 
56  GtkRecentChooser *delegate);
57 
58 GQuark _gtk_recent_chooser_delegate_get_quark (void) G_GNUC_CONST;
59 
60 G_END_DECLS
61 
62 #endif /* __GTK_RECENT_CHOOSER_UTILS_H__ */
struct _GtkRecentChooser GtkRecentChooser
void _gtk_recent_chooser_delegate_iface_init(GtkRecentChooserIface *iface)
void _gtk_recent_chooser_install_properties(GObjectClass *klass)
GQuark _gtk_recent_chooser_delegate_get_quark(void) G_GNUC_CONST
void _gtk_recent_chooser_set_delegate(GtkRecentChooser *receiver, GtkRecentChooser *delegate)
GtkRecentChooserProp
@ GTK_RECENT_CHOOSER_PROP_SHOW_PRIVATE
@ GTK_RECENT_CHOOSER_PROP_SHOW_NOT_FOUND
@ GTK_RECENT_CHOOSER_PROP_SHOW_TIPS
@ GTK_RECENT_CHOOSER_PROP_SORT_TYPE
@ GTK_RECENT_CHOOSER_PROP_LOCAL_ONLY
@ GTK_RECENT_CHOOSER_PROP_LAST
@ GTK_RECENT_CHOOSER_PROP_LIMIT
@ GTK_RECENT_CHOOSER_PROP_FILTER
@ GTK_RECENT_CHOOSER_PROP_SELECT_MULTIPLE
@ GTK_RECENT_CHOOSER_PROP_SHOW_ICONS
@ GTK_RECENT_CHOOSER_PROP_RECENT_MANAGER
@ GTK_RECENT_CHOOSER_PROP_FIRST