summaryrefslogtreecommitdiff
path: root/include/dbus.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-19 13:11:20 -0800
committerMarcel Holtmann <marcel@holtmann.org>2009-12-19 13:11:20 -0800
commite45a1a34604973498c3fa509c44913b20fd1d9ec (patch)
tree403df2172506f95a36e8d7780eb9045194f125e9 /include/dbus.h
parent9f5ea5e9358a92b1d9c013ce22145dce267d8090 (diff)
downloadconnman-e45a1a34604973498c3fa509c44913b20fd1d9ec.tar.gz
connman-e45a1a34604973498c3fa509c44913b20fd1d9ec.tar.bz2
connman-e45a1a34604973498c3fa509c44913b20fd1d9ec.zip
Add user data to D-Bus helper function callbacks
Diffstat (limited to 'include/dbus.h')
-rw-r--r--include/dbus.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/dbus.h b/include/dbus.h
index ab6cc07c..3122dfcf 100644
--- a/include/dbus.h
+++ b/include/dbus.h
@@ -44,7 +44,8 @@ extern "C" {
#define CONNMAN_NETWORK_INTERFACE CONNMAN_SERVICE ".Network"
#define CONNMAN_PROVIDER_INTERFACE CONNMAN_SERVICE ".Provider"
-typedef void (* connman_dbus_append_cb_t) (DBusMessageIter *iter);
+typedef void (* connman_dbus_append_cb_t) (DBusMessageIter *iter,
+ void *user_data);
DBusConnection *connman_dbus_get_connection(void);