X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;f=shell%2Fev-window.h;h=9d26ab9d65cea0b3164153078e3a8bebff7f615e;hb=3242d87af0dbd37088249a6b42ac27237cabdd8d;hp=1173390b88e0bdc541b7d2b0ff48d02213e7cdb1;hpb=978dfa3ec32febd2c69fa886b1abe31437bf0184;p=evince.git diff --git a/shell/ev-window.h b/shell/ev-window.h index 1173390b..9d26ab9d 100644 --- a/shell/ev-window.h +++ b/shell/ev-window.h @@ -82,6 +82,9 @@ void ev_window_open_document (EvWindow *ev_window, EvWindowRunMode mode, const gchar *search_string); gboolean ev_window_is_empty (const EvWindow *ev_window); +void ev_window_run_presentation (EvWindow *ev_window); +void ev_window_stop_presentation (EvWindow *ev_window, + gboolean unfullscreen_window); void ev_window_print_range (EvWindow *ev_window, int first_page, int last_page);