[gtkmm-documentation] Add description of the 'newin' parameter of _WRAP_PROPERTY
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm-documentation] Add description of the 'newin' parameter of _WRAP_PROPERTY
- Date: Thu, 4 Jun 2015 16:53:09 +0000 (UTC)
commit c5b53ea500d3292045680ebed892a7f1cb24de47
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date: Thu Jun 4 18:51:18 2015 +0200
Add description of the 'newin' parameter of _WRAP_PROPERTY
* docs/tutorial/C/index-in.docbook: "The .hg and .ccg files" section:
Add description of the 'newin' parameter of _WRAP_PROPERTY.
docs/tutorial/C/index-in.docbook | 20 +++++++++-----------
1 files changed, 9 insertions(+), 11 deletions(-)
---
diff --git a/docs/tutorial/C/index-in.docbook b/docs/tutorial/C/index-in.docbook
index 78c1ada..e6f7546 100644
--- a/docs/tutorial/C/index-in.docbook
+++ b/docs/tutorial/C/index-in.docbook
@@ -9652,7 +9652,7 @@ _WRAP_SIGNAL(void clicked(),"clicked")
_WRAP_PROPERTY("label", Glib::ustring)
</programlisting>
</para>
-<para>There is one optional extra argument:
+<para>There are some optional extra arguments:
<variablelist>
<varlistentry>
<term>deprecated ["<text>"]</term>
@@ -9661,6 +9661,13 @@ _WRAP_PROPERTY("label", Glib::ustring)
deprecation can be specified as an optional parameter.</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>newin "<version>"</term>
+ <listitem>
+ <para>Adds a @newin Doxygen command to the documentation, or replaces
+ the @newin command generated from the C documentation.</para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
</sect3>
@@ -9806,16 +9813,7 @@ _WRAP_VFUNC(SizeRequestMode get_request_mode() const, get_request_mode)
_WRAP_CHILD_PROPERTY("tab-expand", bool)
</programlisting>
</para>
-<para>There is one optional extra argument:
-<variablelist>
- <varlistentry>
- <term>deprecated ["<text>"]</term>
- <listitem>
- <para>Puts the generated code in #ifdef blocks. Text about the
- deprecation can be specified as an optional parameter.</para>
- </listitem>
- </varlistentry>
-</variablelist>
+<para>_WRAP_CHILD_PROPERTY() accepts the same optional arguments as _WRAP_PROPERTY().
</para>
</sect3>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]