GdkFrameClockIdle: Add a missing declaration
This commit is contained in:
parent
52578945bd
commit
d52d813c7d
@ -58,6 +58,7 @@ struct _GdkFrameClockIdleClass
|
|||||||
|
|
||||||
GType gdk_frame_clock_idle_get_type (void) G_GNUC_CONST;
|
GType gdk_frame_clock_idle_get_type (void) G_GNUC_CONST;
|
||||||
|
|
||||||
|
GdkFrameClock *_gdk_frame_clock_idle_new (void);
|
||||||
void _gdk_frame_clock_idle_freeze_updates (GdkFrameClockIdle *clock_idle);
|
void _gdk_frame_clock_idle_freeze_updates (GdkFrameClockIdle *clock_idle);
|
||||||
void _gdk_frame_clock_idle_thaw_updates (GdkFrameClockIdle *clock_idle);
|
void _gdk_frame_clock_idle_thaw_updates (GdkFrameClockIdle *clock_idle);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user