From 6bf978f35e9688e48942bbb9b4f28187fae29f73 Mon Sep 17 00:00:00 2001 From: David Zeuthen Date: Tue, 12 Apr 2011 17:12:26 -0400 Subject: [PATCH] gdbus-codegen: Mention that @since can be used Signed-off-by: David Zeuthen --- docs/reference/gio/gdbus-codegen.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/reference/gio/gdbus-codegen.xml b/docs/reference/gio/gdbus-codegen.xml index d41d6f0d1..4b81620f6 100644 --- a/docs/reference/gio/gdbus-codegen.xml +++ b/docs/reference/gio/gdbus-codegen.xml @@ -308,6 +308,7 @@ gdbus-codegen --c-namespace MyApp \ BarSignal: @blah: The docs for blah parameter. @boo: The docs for boo parameter. + @since: 2.30 The docs for the actual signal. --> @@ -322,13 +323,17 @@ gdbus-codegen --c-namespace MyApp \ ]]> - For the org.gtk.GDBus.DocString annotation (and - inline comments), note that substrings of the form + Note that since can be used in any inline + documentation bit (e.g. for interfaces, methods, signals and + properties) to set the org.gtk.GDBus.Since + annotation. For the org.gtk.GDBus.DocString + annotation (and inline comments), note that substrings of the form #net.Corp.Bar, net.Corp.Bar.FooMethod(), #net.Corp.Bar::BarSignal and - #net.Corp.InlineDocs:BazProperty are all expanded - to links to the respective interface, method, signal and property. + #net.Corp.InlineDocs:BazProperty are all + expanded to links to the respective interface, method, signal and + property.