geez, does nobody read docs any more ?
geez, does nobody read docs any more ? https://developer.gnome.org/glib/2.30/glib-The-Main-Event-Loop.html#g-main-context-pending On Wed, Jun 26, 2013 at 6:38 PM, Kip Warner <kip thevertigo com> wrote: On Thu, 2013-06-27 at 00:33 +0200, Bogdan Lotko wrote: > Hello, > > unfortunately the gtk_events_pending() does not block. > > I'd like to avoid the loop with sleep(). > > with best regards, > > bogdan Hey Bogdan. Yes, you are right. Could you maybe tell us a little bit more about what it is that you are trying to do? -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com _______________________________________________ gtk-list mailing list gtk-list gnome org https://mail.gnome.org/mailman/listinfo/gtk-list
On Thu, 2013-06-27 at 00:33 +0200, Bogdan Lotko wrote: > Hello, > > unfortunately the gtk_events_pending() does not block. > > I'd like to avoid the loop with sleep(). > > with best regards, > > bogdan Hey Bogdan. Yes, you are right. Could you maybe tell us a little bit more about what it is that you are trying to do? -- Kip Warner -- Software Engineer OpenPGP encrypted/signed mail preferred http://www.thevertigo.com _______________________________________________ gtk-list mailing list gtk-list gnome org https://mail.gnome.org/mailman/listinfo/gtk-list
Bogdan Lotko