History log of /external/bluetooth/glib/glib/gpoll.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fc542a462a750f19b8fb06fcecc6f2034ec86d59 25-Sep-2008 Tor Lillqvist <tml@novell.com> Bug 553820 - gpoll.c: undeclared identifier

2008-09-25 Tor Lillqvist <tml@novell.com>

Bug 553820 - gpoll.c: undeclared identifier

* glib/gmain.c
* glib/gpoll.c: Make the g_poll() function non-static also on
Windows. Prefix an underscore to the g_main_poll_debug variable
and make it non-static in gmain.c so that it can be used in
gpoll.c. Add back missing variable declaration.


svn path=/trunk/; revision=7542
/external/bluetooth/glib/glib/gpoll.c
db1ff156d5b696515c90b9b24b83792d1d9f9052 23-Sep-2008 Michael Natterer <mitch@imendio.com> #include <glib/gpoll.h>

2008-09-23 Michael Natterer <mitch@imendio.com>

* glib/glib.h: #include <glib/gpoll.h>

* glib/gpoll.h: #error out if gpoll.h is included directly.

* glib/gpoll.c: remove trailing whitespace.


svn path=/trunk/; revision=7537
/external/bluetooth/glib/glib/gpoll.c
ac68024ec1a476871111522e5ce48945b18ce9f7 23-Sep-2008 Dan Winship <danw@src.gnome.org> 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=7535
/external/bluetooth/glib/glib/gpoll.c