X-Git-Url: https://www.fi.muni.cz/~kas/git//home/kas/public_html/git/?p=evince.git;a=blobdiff_plain;f=shell%2Fev-presentation-timer.h;fp=shell%2Fev-presentation-timer.h;h=5da7a3e15d8ff5c0661c0cdba37748bb5142f2e9;hp=3dc5208b5addeba8f055973023d878ca05f3e9d6;hb=f28e9ccf4400e87da3fa9960becc6feb2ed041cb;hpb=924ff63b3a76744b4b0f6c98fc4dd3382f219023 diff --git a/shell/ev-presentation-timer.h b/shell/ev-presentation-timer.h index 3dc5208b..5da7a3e1 100644 --- a/shell/ev-presentation-timer.h +++ b/shell/ev-presentation-timer.h @@ -47,8 +47,12 @@ struct _EvPresentationTimer EvPresentationTimerPrivate *priv; }; -GType ev_presentation_timer_get_type (void); -GtkWidget *ev_presentation_timer_new (void); +void ev_presentation_timer_set_pages (EvPresentationTimer *ev_timer, + guint pages); +void ev_presentation_timer_set_page (EvPresentationTimer *ev_timer, + guint page); +GType ev_presentation_timer_get_type (void); +GtkWidget *ev_presentation_timer_new (void); G_END_DECLS