From: David Zeuthen Date: Wed, 21 Sep 2011 10:57:29 +0000 (-0400) Subject: gdbus-codegen: Update man page to reflect how --annotate actually works X-Git-Tag: 2.31.0~462 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30537b84de1b41e1813d2624968bb99271d45763;p=platform%2Fupstream%2Fglib.git gdbus-codegen: Update man page to reflect how --annotate actually works Signed-off-by: David Zeuthen --- diff --git a/docs/reference/gio/gdbus-codegen.xml b/docs/reference/gio/gdbus-codegen.xml index d13357d..d840a69 100644 --- a/docs/reference/gio/gdbus-codegen.xml +++ b/docs/reference/gio/gdbus-codegen.xml @@ -22,11 +22,9 @@ - element - - key - - key + ELEMENT + KEY + VALUE FILE @@ -142,34 +140,32 @@ - KEY VALUE + ELEMENT KEY VALUE - Used together with and - to annotate the given XML files (for each , there must be exactly one and ). It - can be used with interfaces, methods, signals, properties - and arguments in the following way: + Used to inject D-Bus annotations into the given XML + files. It can be used with interfaces, methods, signals, + properties and arguments in the following way: - Any UTF-8 string can be used for the value of - and . + Any UTF-8 string can be used for KEY and VALUE.