From e88c2d1ab54757de223e88133dd395b956960240 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Fri, 23 Nov 2018 13:28:29 +0000 Subject: [PATCH] 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 --- 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 *