Merge branch 'phako/fix-typo-gapplication' into 'main'

gapplication: Fix minor typo in docs

See merge request GNOME/glib!3765
This commit is contained in:
Michael Catanzaro 2023-12-16 17:08:58 +00:00
commit e7eef648e1

View File

@ -208,7 +208,7 @@
* using its D-Bus backend. You can use this to export extra objects on the
* bus, that need to exist before the application tries to own the bus name.
* The function is passed the #GDBusConnection to to session bus, and the
* object path that #GApplication will use to export is D-Bus API.
* object path that #GApplication will use to export its D-Bus API.
* If this function returns %TRUE, registration will proceed; otherwise
* registration will abort. Since: 2.34
* @dbus_unregister: invoked locally during unregistration, if the application