[gnome-bluetooth/wip/hadess/default-adapter-work: 16/17] lib: Fix comment to not mention old API




commit 112ff5185fb9adfb98d7908884d0106450542280
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Dec 14 15:39:47 2021 +0100

    lib: Fix comment to not mention old API

 lib/bluetooth-client.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/lib/bluetooth-client.c b/lib/bluetooth-client.c
index 4db54116..ddf45096 100644
--- a/lib/bluetooth-client.c
+++ b/lib/bluetooth-client.c
@@ -788,8 +788,7 @@ object_manager_new_callback(GObject      *source_object,
        object_list = g_dbus_object_manager_get_objects (client->manager);
 
        /* We need to add the adapters first, otherwise the devices will
-        * be dropped to the floor, as they wouldn't have a parent in
-        * the treestore */
+        * be dropped to the floor, as they wouldn't have a default adapter */
        g_debug ("Adding adapters from ObjectManager");
        for (l = object_list; l != NULL; l = l->next) {
                GDBusObject *object = l->data;


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