summaryrefslogtreecommitdiff
path: root/plugins/bluetooth.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-12-19 13:13:47 -0800
committerMarcel Holtmann <marcel@holtmann.org>2009-12-19 13:13:47 -0800
commit3204daaa8670ac4bf09dbfc5507c198409086153 (patch)
tree7a8116b8cadca0bd9a5aa98d0acf8c25d474f2e6 /plugins/bluetooth.c
parente45a1a34604973498c3fa509c44913b20fd1d9ec (diff)
downloadconnman-3204daaa8670ac4bf09dbfc5507c198409086153.tar.gz
connman-3204daaa8670ac4bf09dbfc5507c198409086153.tar.bz2
connman-3204daaa8670ac4bf09dbfc5507c198409086153.zip
Rename D-Bus helper for basic property types
Diffstat (limited to 'plugins/bluetooth.c')
-rw-r--r--plugins/bluetooth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/bluetooth.c b/plugins/bluetooth.c
index f294877e..9955f842 100644
--- a/plugins/bluetooth.c
+++ b/plugins/bluetooth.c
@@ -286,7 +286,7 @@ static int change_powered(DBusConnection *connection, const char *path,
dbus_message_set_auto_start(message, FALSE);
dbus_message_iter_init_append(message, &iter);
- connman_dbus_property_append_variant(&iter, "Powered",
+ connman_dbus_property_append_basic(&iter, "Powered",
DBUS_TYPE_BOOLEAN, &powered);
if (dbus_connection_send_with_reply(connection, message,