mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-04 16:33:40 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user