Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-window.h')
-rw-r--r--shell/ev-window.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/ev-window.h b/shell/ev-window.h
index 0d2e242..ebd1fc4 100644
--- a/shell/ev-window.h
+++ b/shell/ev-window.h
@@ -26,6 +26,8 @@
#include <glib-object.h>
#include <gtk/gtkwindow.h>
+#include "ev-bookmark.h"
+
G_BEGIN_DECLS
typedef struct _EvWindow EvWindow;
@@ -54,6 +56,8 @@ struct _EvWindowClass {
GType ev_window_get_type (void);
void ev_window_open (EvWindow *ev_window, const char *uri);
+void ev_window_open_bookmark (EvWindow *ev_window,
+ EvBookmark *bookmark);
gboolean ev_window_is_empty (const EvWindow *ev_window);
G_END_DECLS