]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-dualscreen.h
[shell] [presentation] notify changes
[evince.git] / shell / ev-dualscreen.h
index 643a21e76f5d443dda0f8370c5f7ce0673abc55d..6db456aec28f5960b3d301f868f6d628a53dbbdb 100644 (file)
@@ -26,6 +26,7 @@
 #include "ev-window.h"
 #include "ev-document.h"*/
 #include "ev-window.h"
+#include "ev-view-presentation.h"
 
 G_BEGIN_DECLS
 
@@ -51,9 +52,10 @@ struct _EvDSCWindowClass {
 
 GType          ev_dscwindow_get_type   (void);
 GtkWidget      *ev_dscwindow_new (void);
-void           ev_dscwindow_set_presentation (EvDSCWindow      *ev_dscwindow,
-                                               EvWindow        *presentation_window,
-                                               EvDocument      *document);
+void           ev_dscwindow_set_presentation (EvDSCWindow              *ev_dscwindow,
+                                               EvWindow                *presentation_window,
+                                               EvDocument              *document,
+                                               EvViewPresentation      *pview);
 EvDSCWindow*    ev_dscwindow_get_control (void);
 
 G_END_DECLS