summaryrefslogtreecommitdiff
path: root/include/dbus.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-20 08:42:13 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-20 08:42:13 +0100
commit72c28aa582fccf616092b3baed5a0964a98a09d7 (patch)
tree7b6658b7fed13394a60ae45b8a6a2148e7666e06 /include/dbus.h
parentc586908e887ba0f25efb682e0f835755d36077b8 (diff)
downloadconnman-72c28aa582fccf616092b3baed5a0964a98a09d7.tar.gz
connman-72c28aa582fccf616092b3baed5a0964a98a09d7.tar.bz2
connman-72c28aa582fccf616092b3baed5a0964a98a09d7.zip
Add generic reference to the global D-Bus connection
Diffstat (limited to 'include/dbus.h')
-rw-r--r--include/dbus.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dbus.h b/include/dbus.h
index 97a58ba5..a0fe3fdc 100644
--- a/include/dbus.h
+++ b/include/dbus.h
@@ -41,6 +41,8 @@ extern "C" {
#define CONNMAN_NETWORK_INTERFACE CONNMAN_SERVICE ".Network"
#define CONNMAN_CONNECTION_INTERFACE CONNMAN_SERVICE ".Connection"
+extern DBusConnection *connman_dbus_get_connection(void);
+
extern void connman_dbus_property_append_variant(DBusMessageIter *property,
const char *key, int type, void *val);