]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-dualscreen.h
working with signals
[evince.git] / shell / ev-dualscreen.h
index 790e161e453e2b43d807ddb2c2e39d5c5d8793ba..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,10 +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,
-                                               GtkWidget       *pview);
+void           ev_dscwindow_set_presentation (EvDSCWindow              *ev_dscwindow,
+                                               EvWindow                *presentation_window,
+                                               EvDocument              *document,
+                                               EvViewPresentation      *pview);
 EvDSCWindow*    ev_dscwindow_get_control (void);
 
 G_END_DECLS