Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-page-action.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-page-action.h')
-rw-r--r--shell/ev-page-action.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/shell/ev-page-action.h b/shell/ev-page-action.h
index 295c358..636a24d 100644
--- a/shell/ev-page-action.h
+++ b/shell/ev-page-action.h
@@ -23,6 +23,7 @@
#define EV_PAGE_ACTION_H
#include <gtk/gtkaction.h>
+#include <gtk/gtktreemodel.h>
#include <ev-document.h>
G_BEGIN_DECLS
@@ -54,9 +55,11 @@ struct _EvPageActionClass
int page_number);
};
-GType ev_page_action_get_type (void);
-void ev_page_action_set_document (EvPageAction *page_action,
- EvDocument *document);
+GType ev_page_action_get_type (void);
+void ev_page_action_set_document (EvPageAction *page_action,
+ EvDocument *document);
+void ev_page_action_set_model (EvPageAction *page_action,
+ GtkTreeModel *model);
G_END_DECLS