]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-dualscreen.h
[dualscreen] cleanup
[evince.git] / shell / ev-dualscreen.h
index 4c884324c39587079a0640851a7302c28af3723e..356998761bba247cd67c0083988315abe12c56d1 100644 (file)
 #ifndef EV_DUALSCREEN_H
 #define EV_DUALSCREEN_H
 
-/*#include <gtk/gtk.h>
-#include <glib.h>
-#include <glib/gi18n.h>
 #include "ev-window.h"
-#include "ev-document.h"*/
+#include "ev-view-presentation.h"
 
 G_BEGIN_DECLS
 
@@ -50,9 +47,11 @@ struct _EvDSCWindowClass {
 
 GType          ev_dscwindow_get_type   (void);
 GtkWidget      *ev_dscwindow_new (void);
-void           ev_dscwindow_set_presentation (EvDSCWindow * self,
-                                               EvWindow *presentation_window);
-/*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