GdkFrameClockIdle: Add a missing declaration

This commit is contained in:
Matthias Clasen 2014-09-05 20:44:22 -04:00
parent 52578945bd
commit d52d813c7d

View File

@ -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