docs: Fix docbook syntax

The <variablename> tag is really called <varname> in DocBook.
This commit is contained in:
Emmanuele Bassi 2009-12-02 14:15:19 +00:00
parent 3c08c411d2
commit fc7bbf1abf

View File

@ -101,11 +101,10 @@
* "actor", actor, * "actor", actor,
* NULL); * NULL);
* </programlisting></informalexample> * </programlisting></informalexample>
* <para>Where <variablename>manager</variablename> is the * <para>Where <varname>manager</varname> is the #ClutterLayoutManager,
* #ClutterLayoutManager, <variablename>container</variablename> is the * <varname>container</varname> is the #ClutterContainer using the
* #ClutterContainer using the #ClutterLayoutManager and * #ClutterLayoutManager and <varname>actor</varname> is the #ClutterActor
* <variablename>actor</variablename> is the #ClutterActor child of the * child of the #ClutterContainer.</para>
* #ClutterContainer.</para>
* </refsect2> * </refsect2>
* *
* #ClutterLayoutManager is available since Clutter 1.2 * #ClutterLayoutManager is available since Clutter 1.2