X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?a=blobdiff_plain;ds=sidebyside;f=shell%2Fev-presentation-timer.h;fp=shell%2Fev-presentation-timer.h;h=24906412106c1d0b5f64f07089dc5375e7955a7b;hb=aab1fa5bcd4045b0f2278c4c8b3d4598c6f4491e;hp=5da7a3e15d8ff5c0661c0cdba37748bb5142f2e9;hpb=f28e9ccf4400e87da3fa9960becc6feb2ed041cb;p=evince.git diff --git a/shell/ev-presentation-timer.h b/shell/ev-presentation-timer.h index 5da7a3e1..24906412 100644 --- a/shell/ev-presentation-timer.h +++ b/shell/ev-presentation-timer.h @@ -51,6 +51,10 @@ void ev_presentation_timer_set_pages (EvPresentationTimer *ev_timer, guint pages); void ev_presentation_timer_set_page (EvPresentationTimer *ev_timer, guint page); +void ev_presentation_timer_start (EvPresentationTimer *ev_timer); +void ev_presentation_timer_stop (EvPresentationTimer *ev_timer); +void ev_presentation_timer_set_time (EvPresentationTimer *ev_timer, + gint time); GType ev_presentation_timer_get_type (void); GtkWidget *ev_presentation_timer_new (void);