GNOME Bugzilla – Bug 66290
g_main_context_sleep
Last modified: 2018-05-23 23:09:49 UTC
We need a way to call g_main_context_iterate (ctx, TRUE, FALSE), at the moment we can do FALSE, FALSE / TRUE, TRUE / FALSE, TRUE but not TRUE, FALSE. g_main_context_sleep() is useful e.g. for the Eclipse SWT main loop.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/glib/issues/1.