mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 10:18:01 +02:00
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:
parent
3cd6e9f002
commit
9902499b56
2 changed files with 9 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue