[gtk+] GdkFrameClockIdle: Add a missing declaration



commit d52d813c7d7dd0abb643be5affef155124135996
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Sep 5 20:44:22 2014 -0400

    GdkFrameClockIdle: Add a missing declaration

 gdk/gdkframeclockidle.h |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/gdk/gdkframeclockidle.h b/gdk/gdkframeclockidle.h
index 8f47046..f39c288 100644
--- a/gdk/gdkframeclockidle.h
+++ b/gdk/gdkframeclockidle.h
@@ -56,10 +56,11 @@ struct _GdkFrameClockIdleClass
   GdkFrameClockClass parent_class;
 };
 
-GType     gdk_frame_clock_idle_get_type          (void) G_GNUC_CONST;
+GType           gdk_frame_clock_idle_get_type       (void) G_GNUC_CONST;
 
-void _gdk_frame_clock_idle_freeze_updates (GdkFrameClockIdle *clock_idle);
-void _gdk_frame_clock_idle_thaw_updates (GdkFrameClockIdle *clock_idle);
+GdkFrameClock *_gdk_frame_clock_idle_new            (void);
+void           _gdk_frame_clock_idle_freeze_updates (GdkFrameClockIdle *clock_idle);
+void           _gdk_frame_clock_idle_thaw_updates   (GdkFrameClockIdle *clock_idle);
 
 G_END_DECLS
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]