[glib: 1/2] Fix documentation for g_dbus_object_manager_get_object().
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] Fix documentation for g_dbus_object_manager_get_object().
- Date: Tue, 21 Sep 2021 10:19:46 +0000 (UTC)
commit e8568e25ba90e8547045c56b703f7625ce1bbb70
Author: Robert Ancell <robert ancell canonical com>
Date: Tue Sep 21 15:24:20 2021 +1200
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().
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]