Fix documentation for g_dbus_object_manager_get_object().

The class in the documentation is true for GDBusObjectManagerClient, but not for GDBusObjectManagerServer.
This commit is contained in:
Robert Ancell
2021-09-21 15:24:20 +12:00
parent 89fe74fdc0
commit e8568e25ba

View File

@@ -211,7 +211,7 @@ g_dbus_object_manager_get_objects (GDBusObjectManager *manager)
* @manager: A #GDBusObjectManager. * @manager: A #GDBusObjectManager.
* @object_path: Object path to look up. * @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 * Returns: (transfer full): A #GDBusObject or %NULL. Free with
* g_object_unref(). * g_object_unref().