From e8568e25ba90e8547045c56b703f7625ce1bbb70 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Tue, 21 Sep 2021 15:24:20 +1200 Subject: [PATCH] Fix documentation for g_dbus_object_manager_get_object(). The class in the documentation is true for GDBusObjectManagerClient, but not for GDBusObjectManagerServer. --- gio/gdbusobjectmanager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gdbusobjectmanager.c b/gio/gdbusobjectmanager.c index 87634cd83..e3a0b1f5e 100644 --- a/gio/gdbusobjectmanager.c +++ b/gio/gdbusobjectmanager.c @@ -211,7 +211,7 @@ g_dbus_object_manager_get_objects (GDBusObjectManager *manager) * @manager: A #GDBusObjectManager. * @object_path: Object path to look up. * - * Gets the #GDBusObjectProxy at @object_path, if any. + * Gets the #GDBusObject at @object_path, if any. * * Returns: (transfer full): A #GDBusObject or %NULL. Free with * g_object_unref().