From: Dan Winship Date: Tue, 23 Sep 2008 16:41:37 +0000 (+0000) Subject: Move this out of gmain.c and make it part of the public API. (Part of Bug X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=333ef486a49746cbebb29f97c6ac7a648d50d6e1;p=dana%2Fcg-glib.git Move this out of gmain.c and make it part of the public API. (Part of Bug * glib/gpoll.c (g_poll): Move this out of gmain.c and make it part of the public API. (Part of Bug 505361 - gunixinputstream.c assumes poll() available.) svn path=/trunk/; revision=7536 --- diff --git a/ChangeLog b/ChangeLog index c91132c6..1db4f8e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-09-23 Dan Winship + + * glib/gpoll.c (g_poll): Move this out of gmain.c and make it part + of the public API. (Part of Bug 505361 - gunixinputstream.c assumes + poll() available.) + 2008-09-23 Tor Lillqvist * glib/gmain.c (poll_rest) [Win32]: Fix embarrassing bug: I was