[glib: 11/16] docs: Fix a doubly-defined symbol in the GApplication documentation
- From: Emmanuele Bassi <ebassi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 11/16] docs: Fix a doubly-defined symbol in the GApplication documentation
- Date: Mon, 26 Nov 2018 11:51:06 +0000 (UTC)
commit e88c2d1ab54757de223e88133dd395b956960240
Author: Philip Withnall <withnall endlessm com>
Date: Fri Nov 23 13:28:29 2018 +0000
docs: Fix a doubly-defined symbol in the GApplication documentation
Due to the line wrapping, gtk-doc was interpreting this second line as
redefining the @dbus_register documentation.
Signed-off-by: Philip Withnall <withnall endlessm com>
gio/gapplication.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gio/gapplication.c b/gio/gapplication.c
index d4a0cd7ca..5a2f5adf7 100644
--- a/gio/gapplication.c
+++ b/gio/gapplication.c
@@ -208,8 +208,8 @@
* If this function returns %TRUE, registration will proceed; otherwise
* registration will abort. Since: 2.34
* @dbus_unregister: invoked locally during unregistration, if the application
- * is using its D-Bus backend. Use this to undo anything done by the
- * @dbus_register vfunc. Since: 2.34
+ * is using its D-Bus backend. Use this to undo anything done by
+ * the @dbus_register vfunc. Since: 2.34
* @handle_local_options: invoked locally after the parsing of the commandline
* options has occurred. Since: 2.40
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]