]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-presentation-timer.c
[dualscreen] This should be stable release, now refactoring and cleanup should come...
[evince.git] / shell / ev-presentation-timer.c
index 6c5b93097dffedb645341ed6a072e96255423338..72a97152ac340212269827771c0e0f5acc0c821e 100644 (file)
@@ -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)
 {