mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
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:
committed by
Philip Withnall
parent
6918c035ce
commit
f86488c1e6
@@ -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) (nullable): A #GDBusObject or %NULL. Free with
|
||||
* g_object_unref().
|
||||
|
Reference in New Issue
Block a user