GPeriodic: a periodic event clock

Add a new class, GPeriodic.

We hope to use this as a paint clock that can be shared by GTK and
Clutter.  Many changes are still expected to the API.
This commit is contained in:
Ryan Lortie
2010-10-20 03:20:34 +02:00
parent e33deea16c
commit 5400b0b38c
9 changed files with 749 additions and 0 deletions

View File

@@ -1948,3 +1948,17 @@ g_simple_action_new_stateful
g_simple_action_set_enabled
#endif
#endif
#if IN_HEADER(__G_PERIODIC_H__)
#if IN_FILE(__G_PERIODIC_C__)
g_periodic_block
g_periodic_damaged
g_periodic_get_hz
g_periodic_get_priority
g_periodic_get_type
g_periodic_new
g_periodic_add
g_periodic_remove
g_periodic_unblock
#endif
#endif