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




commit b69e7f1c98693022fe448139238c8f21df768e8e
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 2c42516a..41cfcc69 100644
--- a/lib/bluetooth-client.c
+++ b/lib/bluetooth-client.c
@@ -717,8 +717,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]