X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=evince.git;a=blobdiff_plain;f=shell%2Fev-dualscreen.h;fp=shell%2Fev-dualscreen.h;h=77b55ec5de59f4349c141b5a72067514d5f7bc13;hp=6317430feab906d32042bfb581e32eb13fdd36bb;hb=68540f68316d14931fb5b895270e5b7b7aad1bed;hpb=1e63533e4d2fe74b17883a51f984ecacb9138231 diff --git a/shell/ev-dualscreen.h b/shell/ev-dualscreen.h index 6317430f..77b55ec5 100644 --- a/shell/ev-dualscreen.h +++ b/shell/ev-dualscreen.h @@ -27,6 +27,7 @@ #include "ev-window.h" #include "ev-view-presentation.h" +#include "ev-metadata.h" G_BEGIN_DECLS @@ -52,10 +53,11 @@ struct _EvDSCWindow { GType ev_dscwindow_get_type (void); GtkWidget *ev_dscwindow_new (void); -void ev_dscwindow_set_presentation (EvDSCWindow *ev_dscwindow, - EvWindow *presentation_window, - EvDocument *document, - EvViewPresentation *pview); +void ev_dscwindow_set_presentation (EvDSCWindow *ev_dscwindow, + EvWindow *presentation_window, + EvDocument *document, + EvViewPresentation *pview, + EvMetadata *metadata); EvDSCWindow* ev_dscwindow_get_control (void); G_END_DECLS