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.c;fp=shell%2Fev-presentation-timer.c;h=72a97152ac340212269827771c0e0f5acc0c821e;hp=6c5b93097dffedb645341ed6a072e96255423338;hb=aab1fa5bcd4045b0f2278c4c8b3d4598c6f4491e;hpb=f28e9ccf4400e87da3fa9960becc6feb2ed041cb diff --git a/shell/ev-presentation-timer.c b/shell/ev-presentation-timer.c index 6c5b9309..72a97152 100644 --- a/shell/ev-presentation-timer.c +++ b/shell/ev-presentation-timer.c @@ -83,6 +83,19 @@ ev_presentation_timer_init (EvPresentationTimer *ev_timer) ev_timer->priv->pages = 0; } +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) +{ +} + static void ev_presentation_timer_class_init (EvPresentationTimerClass *klass) {