From: David King Date: Tue, 7 Feb 2012 09:02:51 +0000 (+0000) Subject: docs: Fix gdbus-codegen example XML X-Git-Tag: 2.31.18~69 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=db38923c94bb764f14ac4b7bff6e71cf6aba343f;p=platform%2Fupstream%2Fglib.git docs: Fix gdbus-codegen example XML Without the surrounding tags, gdbus-codegen does not generate any implementation for the interface described in the introspection XML. https://bugzilla.gnome.org/show_bug.cgi?id=669544 --- diff --git a/docs/reference/gio/gdbus-codegen.xml b/docs/reference/gio/gdbus-codegen.xml index 0747ae4..df5875f 100644 --- a/docs/reference/gio/gdbus-codegen.xml +++ b/docs/reference/gio/gdbus-codegen.xml @@ -420,20 +420,22 @@ gdbus-codegen --c-namespace MyApp \ Consider the following D-Bus Introspection XML. - - - - - - - - - - - - - + + + + + + + + + + + + + + + + ]]>