gapplication: Fix minor typo in docs

This commit is contained in:
Jens Georg 2023-12-16 17:06:36 +01:00
parent 81789e5320
commit b363e07527

View File

@ -208,7 +208,7 @@
* using its D-Bus backend. You can use this to export extra objects on the * 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. * 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 * 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 * If this function returns %TRUE, registration will proceed; otherwise
* registration will abort. Since: 2.34 * registration will abort. Since: 2.34
* @dbus_unregister: invoked locally during unregistration, if the application * @dbus_unregister: invoked locally during unregistration, if the application