From fdc9379132dbdd3b02a04eab3a3cbd4c9e7cef3f Mon Sep 17 00:00:00 2001 From: Dieter Verfaillie Date: Sun, 23 Jun 2013 14:15:05 +0200 Subject: [PATCH] docs: fix GTK-Doc build cd html && gtkdoc-mkhtml $mkhtml_options gio ../gio-docs.xml ../xml/gdbusconnection.xml:2063: parser error : Opening and ending tag mismatch: literal line 2062 and para ^ --- gio/gdbusconnection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gdbusconnection.h b/gio/gdbusconnection.h index 02caedc98..a66995302 100644 --- a/gio/gdbusconnection.h +++ b/gio/gdbusconnection.h @@ -365,7 +365,7 @@ typedef gboolean (*GDBusInterfaceSetPropertyFunc) (GDBusConnection *conne * your @method_call function. Note that the required return type of * the 'Get' call is (v), not the * type of the property. 'GetAll' expects a return - * value of type a{sv}. + * value of type a{sv}. * * If you have writable properties specified in your interface info, you * must ensure that you either provide a non-%NULL @set_property()