Merge branch 'backport-2257-object-manager-docs-glib-2-70' into 'glib-2-70'

Backport !2257 “Fix documentation for g_dbus_object_manager_get_object().” to glib-2-70

See merge request GNOME/glib!2259
This commit is contained in:
Emmanuele Bassi 2021-09-21 10:40:35 +00:00
commit 0d0a993785

View File

@ -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().