Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-sidebar.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-sidebar.h')
-rw-r--r--shell/ev-sidebar.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ev-sidebar.h b/shell/ev-sidebar.h
index 4a9ac93..ea97f5f 100644
--- a/shell/ev-sidebar.h
+++ b/shell/ev-sidebar.h
@@ -51,6 +51,11 @@ struct _EvSidebarClass {
GType ev_sidebar_get_type (void);
GtkWidget *ev_sidebar_new (void);
+void ev_sidebar_add_page (EvSidebar *ev_sidebar,
+ const gchar *page_id,
+ const gchar *title,
+ GtkWidget *main_widget);
+void ev_sidebar_clear (EvSidebar *ev_sidebar);
G_END_DECLS