summaryrefslogtreecommitdiff
path: root/libnm/nm-device-bt.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-device-bt.c')
-rw-r--r--libnm/nm-device-bt.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/libnm/nm-device-bt.c b/libnm/nm-device-bt.c
index fd89a30e47..ed4ff1eae0 100644
--- a/libnm/nm-device-bt.c
+++ b/libnm/nm-device-bt.c
@@ -243,10 +243,10 @@ nm_device_bt_class_init(NMDeviceBtClass *bt_class)
device_class->get_setting_type = get_setting_type;
/**
- * NMDeviceBt:name:
- *
- * The name of the bluetooth device.
- **/
+ * NMDeviceBt:name:
+ *
+ * The name of the bluetooth device.
+ **/
obj_properties[PROP_NAME] = g_param_spec_string(NM_DEVICE_BT_NAME,
"",
"",
@@ -254,10 +254,10 @@ nm_device_bt_class_init(NMDeviceBtClass *bt_class)
G_PARAM_READABLE | G_PARAM_STATIC_STRINGS);
/**
- * NMDeviceBt:bt-capabilities:
- *
- * The device's bluetooth capabilities, a combination of #NMBluetoothCapabilities.
- **/
+ * NMDeviceBt:bt-capabilities:
+ *
+ * The device's bluetooth capabilities, a combination of #NMBluetoothCapabilities.
+ **/
obj_properties[PROP_BT_CAPABILITIES] =
g_param_spec_flags(NM_DEVICE_BT_CAPABILITIES,
"",