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




commit 0c417fa222af4b66d35f69990ea8cdf25dffe8ef
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 bc828bf6..6e5cf140 100644
--- a/lib/bluetooth-client.c
+++ b/lib/bluetooth-client.c
@@ -799,8 +799,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]