[gnome-bluetooth/wip/hadess/lib-changes: 15/18] lib: Fix "proxy" property description




commit 932ca34792912fe8986315aab90f32d0dcfb09e6
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Nov 29 13:01:33 2021 +0100

    lib: Fix "proxy" property description

 lib/bluetooth-settings-row.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/lib/bluetooth-settings-row.c b/lib/bluetooth-settings-row.c
index e8831b62..082e5587 100644
--- a/lib/bluetooth-settings-row.c
+++ b/lib/bluetooth-settings-row.c
@@ -253,7 +253,7 @@ bluetooth_settings_row_class_init (BluetoothSettingsRowClass *klass)
 
        g_object_class_install_property (object_class, PROP_PROXY,
                                         g_param_spec_object ("proxy", NULL,
-                                                             "The D-Bus object path of the device",
+                                                             "The D-Bus proxy object of the device",
                                                              G_TYPE_DBUS_PROXY, G_PARAM_READWRITE | 
G_PARAM_CONSTRUCT_ONLY));
        g_object_class_install_property (object_class, PROP_DEVICE,
                                         g_param_spec_object ("device", NULL,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]