2003-06-19 Anders Carlsson <andersca@codefactory.se>

* glib/dbus-glib.h: Fix so that dbus-glib.h can be used
	from C++ (Patch by Miloslav Trmac).
This commit is contained in:
Anders Carlsson 2003-06-19 22:19:56 +00:00
parent 3cd6e9f002
commit 9902499b56
2 changed files with 9 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-06-19 Anders Carlsson <andersca@codefactory.se>
* glib/dbus-glib.h: Fix so that dbus-glib.h can be used
from C++ (Patch by Miloslav Trmac).
2003-06-15 Joe Shaw <joe@assbarn.com>
* configure.in: Check for socklen_t.

View file

@ -26,10 +26,14 @@
#include <dbus/dbus.h>
#include <glib.h>
G_BEGIN_DECLS
void dbus_gthread_init (void);
void dbus_connection_setup_with_g_main (DBusConnection *connection,
GMainContext *context);
void dbus_server_setup_with_g_main (DBusServer *server,
GMainContext *context);
G_END_DECLS
#endif /* DBUS_GLIB_H */