diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2009-12-19 13:13:47 -0800 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2009-12-19 13:13:47 -0800 |
commit | 3204daaa8670ac4bf09dbfc5507c198409086153 (patch) | |
tree | 7a8116b8cadca0bd9a5aa98d0acf8c25d474f2e6 /plugins/bluetooth.c | |
parent | e45a1a34604973498c3fa509c44913b20fd1d9ec (diff) | |
download | connman-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.c | 2 |
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, |