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:
authorMarco Pesenti Gritti <marco@src.gnome.org>2005-01-10 19:08:15 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-01-10 19:08:15 (GMT)
commit2d5fe16a0b4a8bbb85933e471a62550384446821 (patch)
tree8cf9cc024c35796da1b6d75b6d1d1f9312f9ed3d /shell/ev-window.h
parentd906aff9da8222c4377c558cbb079be0dc26613f (diff)
Rename bookmark to link, and use "Index" for the sidebar panel.
Diffstat (limited to 'shell/ev-window.h')
-rw-r--r--shell/ev-window.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/shell/ev-window.h b/shell/ev-window.h
index ebd1fc4..97e0e02 100644
--- a/shell/ev-window.h
+++ b/shell/ev-window.h
@@ -26,7 +26,7 @@
#include <glib-object.h>
#include <gtk/gtkwindow.h>
-#include "ev-bookmark.h"
+#include "ev-link.h"
G_BEGIN_DECLS
@@ -54,11 +54,12 @@ struct _EvWindowClass {
const char *string);
};
-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);
+GType ev_window_get_type (void);
+void ev_window_open (EvWindow *ev_window,
+ const char *uri);
+void ev_window_open_link (EvWindow *ev_window,
+ EvLink *link);
+gboolean ev_window_is_empty (const EvWindow *ev_window);
G_END_DECLS