]> git.sur5r.net Git - glabels/blob - glabels2/src/gnome-recent-view-bonobo.h
Initial revision
[glabels] / glabels2 / src / gnome-recent-view-bonobo.h
1 /* vim: set sw=8: -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 #ifndef __GNOME_RECENT_VIEW_BONOBO_H__
3 #define __GNOME_RECENT_VIEW_BONOBO_H__
4
5 #include <libbonoboui.h>
6
7 G_BEGIN_DECLS
8
9 #define GNOME_RECENT_VIEW_BONOBO(obj)           G_TYPE_CHECK_INSTANCE_CAST (obj, gnome_recent_view_bonobo_get_type (), GnomeRecentViewBonobo)
10 #define GNOME_RECENT_VIEW_BONOBO_CLASS(klass)   G_TYPE_CHECK_CLASS_CAST (klass, gnome_recent_view_bonobo_get_type (), GnomeRecentViewBonoboClass)
11 #define GNOME_IS_RECENT_VIEW_BONOBO(obj)                G_TYPE_CHECK_INSTANCE_TYPE (obj, gnome_recent_view_bonobo_get_type ())
12
13 typedef struct _GnomeRecentViewBonobo GnomeRecentViewBonobo;
14
15 typedef struct _GnomeRecentViewBonoboClass GnomeRecentViewBonoboClass;
16
17 GType        gnome_recent_view_bonobo_get_type (void);
18
19 GnomeRecentViewBonobo * gnome_recent_view_bonobo_new (BonoboUIComponent *uic,
20                                                       const gchar *path);
21
22
23 void gnome_recent_view_bonobo_set_ui_component (GnomeRecentViewBonobo *view,
24                                                 BonoboUIComponent *uic);
25
26 void gnome_recent_view_bonobo_set_ui_path      (GnomeRecentViewBonobo *view,
27                                                 const gchar *path);
28
29 gchar * gnome_recent_view_bonobo_get_ui_path   (GnomeRecentViewBonobo *view);
30 BonoboUIComponent *gnome_recent_view_bonobo_get_ui_component (GnomeRecentViewBonobo *view);
31
32 G_END_DECLS
33
34 #endif /* __GNOME_RECENT_VIEW_BONOBO_H__ */