]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-dualscreen.h
working with signals
[evince.git] / shell / ev-dualscreen.h
index c884f58932341502d28afb7140cc2fc173ea54b0..6db456aec28f5960b3d301f868f6d628a53dbbdb 100644 (file)
@@ -25,6 +25,8 @@
 #include <glib/gi18n.h>
 #include "ev-window.h"
 #include "ev-document.h"*/
+#include "ev-window.h"
+#include "ev-view-presentation.h"
 
 G_BEGIN_DECLS
 
@@ -50,10 +52,11 @@ struct _EvDSCWindowClass {
 
 GType          ev_dscwindow_get_type   (void);
 GtkWidget      *ev_dscwindow_new (void);
-/*void         ev_dscwindow_set_presentation (EvDSCWindow * self,
-                                          EvWindow *presentation_window,
-                                          EvDocument *document);
-EvDSCWindow*    ev_dscwindow_get_control (void);*/
+void           ev_dscwindow_set_presentation (EvDSCWindow              *ev_dscwindow,
+                                               EvWindow                *presentation_window,
+                                               EvDocument              *document,
+                                               EvViewPresentation      *pview);
+EvDSCWindow*    ev_dscwindow_get_control (void);
 
 G_END_DECLS