]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-sidebar-thumbnails.h
Some cleanups, stop the interpreter on finalize
[evince.git] / shell / ev-sidebar-thumbnails.h
index e0ccccfc49cfabac74ccd311dbdc2136f02289df..0d7a4704d36a63146d9089f824f51b33dd7343c5 100644 (file)
@@ -26,6 +26,8 @@
 
 #include <gtk/gtkvbox.h>
 
+#include "ev-document.h"
+
 G_BEGIN_DECLS
 
 typedef struct _EvSidebarThumbnails EvSidebarThumbnails;
@@ -52,6 +54,11 @@ struct _EvSidebarThumbnailsClass {
 GType      ev_sidebar_thumbnails_get_type (void);
 GtkWidget *ev_sidebar_thumbnails_new      (void);
 
+void ev_sidebar_thumbnails_set_document (EvSidebarThumbnails *sidebar_thumbnails,
+                                        EvDocument          *document);
+void ev_sidebar_thumbnails_select_page  (EvSidebarThumbnails *sidebar_thumbnails,
+                                        int                  page);
+
 G_END_DECLS
 
 #endif /* __EV_SIDEBAR_THUMBNAILS_H__ */