update to 1.10.4
[profile/ivi/clutter.git] / doc / reference / clutter / html / ClutterBoxLayout.html
index d1a7e84..5353cc0 100644 (file)
@@ -46,23 +46,23 @@ struct              <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout
 struct              <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayoutClass" title="struct ClutterBoxLayoutClass">ClutterBoxLayoutClass</a>;
 <a class="link" href="ClutterLayoutManager.html" title="ClutterLayoutManager"><span class="returnvalue">ClutterLayoutManager</span></a> * <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-new" title="clutter_box_layout_new ()">clutter_box_layout_new</a>           (<em class="parameter"><code><span class="type">void</span></code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-pack-start" title="clutter_box_layout_set_pack_start ()">clutter_box_layout_set_pack_start</a>   (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> pack_start</code></em>);
-<span class="returnvalue">gboolean</span>            <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-pack-start" title="clutter_box_layout_get_pack_start ()">clutter_box_layout_get_pack_start</a>   (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> pack_start</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-pack-start" title="clutter_box_layout_get_pack_start ()">clutter_box_layout_get_pack_start</a>   (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-spacing" title="clutter_box_layout_set_spacing ()">clutter_box_layout_set_spacing</a>      (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
-                                                         <em class="parameter"><code><span class="type">guint</span> spacing</code></em>);
-<span class="returnvalue">guint</span>               <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-spacing" title="clutter_box_layout_get_spacing ()">clutter_box_layout_get_spacing</a>      (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-spacing" title="clutter_box_layout_get_spacing ()">clutter_box_layout_get_spacing</a>      (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-vertical" title="clutter_box_layout_set_vertical ()">clutter_box_layout_set_vertical</a>     (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> vertical</code></em>);
-<span class="returnvalue">gboolean</span>            <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-vertical" title="clutter_box_layout_get_vertical ()">clutter_box_layout_get_vertical</a>     (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> vertical</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-vertical" title="clutter_box_layout_get_vertical ()">clutter_box_layout_get_vertical</a>     (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-homogeneous" title="clutter_box_layout_set_homogeneous ()">clutter_box_layout_set_homogeneous</a>  (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> homogeneous</code></em>);
-<span class="returnvalue">gboolean</span>            <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-homogeneous" title="clutter_box_layout_get_homogeneous ()">clutter_box_layout_get_homogeneous</a>  (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-homogeneous" title="clutter_box_layout_get_homogeneous ()">clutter_box_layout_get_homogeneous</a>  (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
 
 <span class="returnvalue">void</span>                <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-pack" title="clutter_box_layout_pack ()">clutter_box_layout_pack</a>             (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> expand</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> x_fill</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> y_fill</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> expand</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> x_fill</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> y_fill</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment"><span class="type">ClutterBoxAlignment</span></a> x_align</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment"><span class="type">ClutterBoxAlignment</span></a> y_align</code></em>);
 
@@ -76,38 +76,38 @@ struct              <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout
                                                          <em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment"><span class="type">ClutterBoxAlignment</span></a> *y_align</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-expand" title="clutter_box_layout_set_expand ()">clutter_box_layout_set_expand</a>       (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> expand</code></em>);
-<span class="returnvalue">gboolean</span>            <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-expand" title="clutter_box_layout_get_expand ()">clutter_box_layout_get_expand</a>       (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> expand</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-expand" title="clutter_box_layout_get_expand ()">clutter_box_layout_get_expand</a>       (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-fill" title="clutter_box_layout_set_fill ()">clutter_box_layout_set_fill</a>         (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> x_fill</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> y_fill</code></em>);
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> x_fill</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> y_fill</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-fill" title="clutter_box_layout_get_fill ()">clutter_box_layout_get_fill</a>         (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> *x_fill</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> *y_fill</code></em>);
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *x_fill</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *y_fill</code></em>);
 
 <span class="returnvalue">void</span>                <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-use-animations" title="clutter_box_layout_set_use_animations ()">clutter_box_layout_set_use_animations</a>
                                                         (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> animate</code></em>);
-<span class="returnvalue">gboolean</span>            <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-use-animations" title="clutter_box_layout_get_use_animations ()">clutter_box_layout_get_use_animations</a>
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> animate</code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-use-animations" title="clutter_box_layout_get_use_animations ()">clutter_box_layout_get_use_animations</a>
                                                         (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-easing-duration" title="clutter_box_layout_set_easing_duration ()">clutter_box_layout_set_easing_duration</a>
                                                         (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
-                                                         <em class="parameter"><code><span class="type">guint</span> msecs</code></em>);
-<span class="returnvalue">guint</span>               <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-easing-duration" title="clutter_box_layout_get_easing_duration ()">clutter_box_layout_get_easing_duration</a>
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> msecs</code></em>);
+<a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-easing-duration" title="clutter_box_layout_get_easing_duration ()">clutter_box_layout_get_easing_duration</a>
                                                         (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
 <span class="returnvalue">void</span>                <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-easing-mode" title="clutter_box_layout_set_easing_mode ()">clutter_box_layout_set_easing_mode</a>  (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
-                                                         <em class="parameter"><code><span class="type">gulong</span> mode</code></em>);
-<span class="returnvalue">gulong</span>              <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-easing-mode" title="clutter_box_layout_get_easing_mode ()">clutter_box_layout_get_easing_mode</a>  (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> mode</code></em>);
+<a href="../glib/glib-Basic-Types.html#gulong"><span class="returnvalue">gulong</span></a>              <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-get-easing-mode" title="clutter_box_layout_get_easing_mode ()">clutter_box_layout_get_easing_mode</a>  (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);
 </pre>
 </div>
 <div class="refsect1">
 <a name="ClutterBoxLayout.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  GObject
-   +----GInitiallyUnowned
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a href="../gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
          +----<a class="link" href="ClutterLayoutManager.html" title="ClutterLayoutManager">ClutterLayoutManager</a>
                +----ClutterBoxLayout
 </pre>
@@ -115,13 +115,13 @@ struct              <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout
 <div class="refsect1">
 <a name="ClutterBoxLayout.properties"></a><h2>Properties</h2>
 <pre class="synopsis">
-  "<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--easing-duration" title='The "easing-duration" property'>easing-duration</a>"          <span class="type">guint</span>                 : Read / Write
-  "<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--easing-mode" title='The "easing-mode" property'>easing-mode</a>"              <span class="type">gulong</span>                : Read / Write
-  "<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--homogeneous" title='The "homogeneous" property'>homogeneous</a>"              <span class="type">gboolean</span>              : Read / Write
-  "<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--pack-start" title='The "pack-start" property'>pack-start</a>"               <span class="type">gboolean</span>              : Read / Write
-  "<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--spacing" title='The "spacing" property'>spacing</a>"                  <span class="type">guint</span>                 : Read / Write
-  "<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--use-animations" title='The "use-animations" property'>use-animations</a>"           <span class="type">gboolean</span>              : Read / Write
-  "<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--vertical" title='The "vertical" property'>vertical</a>"                 <span class="type">gboolean</span>              : Read / Write
+  "<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--easing-duration" title='The "easing-duration" property'>easing-duration</a>"          <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
+  "<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--easing-mode" title='The "easing-mode" property'>easing-mode</a>"              <a href="../glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a>                : Read / Write
+  "<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--homogeneous" title='The "homogeneous" property'>homogeneous</a>"              <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
+  "<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--pack-start" title='The "pack-start" property'>pack-start</a>"               <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
+  "<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--spacing" title='The "spacing" property'>spacing</a>"                  <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write
+  "<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--use-animations" title='The "use-animations" property'>use-animations</a>"           <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
+  "<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--vertical" title='The "vertical" property'>vertical</a>"                 <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write
 </pre>
 </div>
 <div class="refsect1">
@@ -158,7 +158,7 @@ following layout policy:
 <a name="box-layout"></a><p class="title"><b>Figure 6. Box layout</b></p>
 <div class="figure-contents">
 <p>The image shows a <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> with the
-  <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--vertical" title='The "vertical" property'><span class="type">"vertical"</span></a> property set to <code class="literal">FALSE</code>.</p>
+  <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--vertical" title='The "vertical" property'><span class="type">"vertical"</span></a> property set to <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a>.</p>
 <div><img src="box-layout.png" alt="Box layout"></div>
 </div>
 </div>
@@ -257,7 +257,7 @@ Creates a new <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayo
 <div class="refsect2">
 <a name="clutter-box-layout-set-pack-start"></a><h3>clutter_box_layout_set_pack_start ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                clutter_box_layout_set_pack_start   (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> pack_start</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> pack_start</code></em>);</pre>
 <p>
 Sets whether children of <em class="parameter"><code>layout</code></em> should be layed out by appending
 them or by prepending them
@@ -273,7 +273,7 @@ them or by prepending them
 <tr>
 <td><p><span class="term"><em class="parameter"><code>pack_start</code></em> :</span></p></td>
 <td>
-<code class="literal">TRUE</code> if the <em class="parameter"><code>layout</code></em> should pack children at the
+<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>layout</code></em> should pack children at the
 beginning of the layout</td>
 </tr>
 </tbody>
@@ -283,7 +283,7 @@ beginning of the layout</td>
 <hr>
 <div class="refsect2">
 <a name="clutter-box-layout-get-pack-start"></a><h3>clutter_box_layout_get_pack_start ()</h3>
-<pre class="programlisting"><span class="returnvalue">gboolean</span>            clutter_box_layout_get_pack_start   (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            clutter_box_layout_get_pack_start   (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
 <p>
 Retrieves the value set using <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-pack-start" title="clutter_box_layout_set_pack_start ()"><code class="function">clutter_box_layout_set_pack_start()</code></a>
 </p>
@@ -298,8 +298,8 @@ Retrieves the value set using <a class="link" href="ClutterBoxLayout.html#clutte
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td>
-<code class="literal">TRUE</code> if the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> should pack children
-at the beginning of the layout, and <code class="literal">FALSE</code> otherwise</td>
+<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> should pack children
+at the beginning of the layout, and <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</td>
 </tr>
 </tbody>
 </table></div>
@@ -309,7 +309,7 @@ at the beginning of the layout, and <code class="literal">FALSE</code> otherwise
 <div class="refsect2">
 <a name="clutter-box-layout-set-spacing"></a><h3>clutter_box_layout_set_spacing ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                clutter_box_layout_set_spacing      (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
-                                                         <em class="parameter"><code><span class="type">guint</span> spacing</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> spacing</code></em>);</pre>
 <p>
 Sets the spacing between children of <em class="parameter"><code>layout</code></em>
 </p>
@@ -332,7 +332,7 @@ Sets the spacing between children of <em class="parameter"><code>layout</code></
 <hr>
 <div class="refsect2">
 <a name="clutter-box-layout-get-spacing"></a><h3>clutter_box_layout_get_spacing ()</h3>
-<pre class="programlisting"><span class="returnvalue">guint</span>               clutter_box_layout_get_spacing      (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               clutter_box_layout_get_spacing      (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
 <p>
 Retrieves the spacing set using <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-spacing" title="clutter_box_layout_set_spacing ()"><code class="function">clutter_box_layout_set_spacing()</code></a>
 </p>
@@ -357,7 +357,7 @@ Retrieves the spacing set using <a class="link" href="ClutterBoxLayout.html#clut
 <div class="refsect2">
 <a name="clutter-box-layout-set-vertical"></a><h3>clutter_box_layout_set_vertical ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                clutter_box_layout_set_vertical     (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> vertical</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> vertical</code></em>);</pre>
 <p>
 Sets whether <em class="parameter"><code>layout</code></em> should arrange its children vertically alongside
 the Y axis, instead of horizontally alongside the X axis
@@ -373,7 +373,7 @@ the Y axis, instead of horizontally alongside the X axis
 <tr>
 <td><p><span class="term"><em class="parameter"><code>vertical</code></em> :</span></p></td>
 <td>
-<code class="literal">TRUE</code> if the layout should be vertical</td>
+<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the layout should be vertical</td>
 </tr>
 </tbody>
 </table></div>
@@ -382,7 +382,7 @@ the Y axis, instead of horizontally alongside the X axis
 <hr>
 <div class="refsect2">
 <a name="clutter-box-layout-get-vertical"></a><h3>clutter_box_layout_get_vertical ()</h3>
-<pre class="programlisting"><span class="returnvalue">gboolean</span>            clutter_box_layout_get_vertical     (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            clutter_box_layout_get_vertical     (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
 <p>
 Retrieves the orientation of the <em class="parameter"><code>layout</code></em> as set using the
 <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-vertical" title="clutter_box_layout_set_vertical ()"><code class="function">clutter_box_layout_set_vertical()</code></a> function
@@ -398,8 +398,8 @@ Retrieves the orientation of the <em class="parameter"><code>layout</code></em>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td>
-<code class="literal">TRUE</code> if the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> is arranging its children
-vertically, and <code class="literal">FALSE</code> otherwise</td>
+<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> is arranging its children
+vertically, and <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</td>
 </tr>
 </tbody>
 </table></div>
@@ -409,7 +409,7 @@ vertically, and <code class="literal">FALSE</code> otherwise</td>
 <div class="refsect2">
 <a name="clutter-box-layout-set-homogeneous"></a><h3>clutter_box_layout_set_homogeneous ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                clutter_box_layout_set_homogeneous  (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> homogeneous</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> homogeneous</code></em>);</pre>
 <p>
 Sets whether the size of <em class="parameter"><code>layout</code></em> children should be
 homogeneous
@@ -425,7 +425,7 @@ homogeneous
 <tr>
 <td><p><span class="term"><em class="parameter"><code>homogeneous</code></em> :</span></p></td>
 <td>
-<code class="literal">TRUE</code> if the layout should be homogeneous</td>
+<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the layout should be homogeneous</td>
 </tr>
 </tbody>
 </table></div>
@@ -434,7 +434,7 @@ homogeneous
 <hr>
 <div class="refsect2">
 <a name="clutter-box-layout-get-homogeneous"></a><h3>clutter_box_layout_get_homogeneous ()</h3>
-<pre class="programlisting"><span class="returnvalue">gboolean</span>            clutter_box_layout_get_homogeneous  (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            clutter_box_layout_get_homogeneous  (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
 <p>
 Retrieves if the children sizes are allocated homogeneously.
 </p>
@@ -449,8 +449,8 @@ Retrieves if the children sizes are allocated homogeneously.
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td>
-<code class="literal">TRUE</code> if the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> is arranging its children
-homogeneously, and <code class="literal">FALSE</code> otherwise</td>
+<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> is arranging its children
+homogeneously, and <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</td>
 </tr>
 </tbody>
 </table></div>
@@ -461,9 +461,9 @@ homogeneously, and <code class="literal">FALSE</code> otherwise</td>
 <a name="clutter-box-layout-pack"></a><h3>clutter_box_layout_pack ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                clutter_box_layout_pack             (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> expand</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> x_fill</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> y_fill</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> expand</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> x_fill</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> y_fill</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment"><span class="type">ClutterBoxAlignment</span></a> x_align</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ClutterBoxLayout.html#ClutterBoxAlignment" title="enum ClutterBoxAlignment"><span class="type">ClutterBoxAlignment</span></a> y_align</code></em>);</pre>
 <p>
@@ -590,7 +590,7 @@ as set using <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-pack
 <a name="clutter-box-layout-set-expand"></a><h3>clutter_box_layout_set_expand ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                clutter_box_layout_set_expand       (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> expand</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> expand</code></em>);</pre>
 <p>
 Sets whether <em class="parameter"><code>actor</code></em> should expand inside <em class="parameter"><code>layout</code></em>
 </p>
@@ -618,7 +618,7 @@ Sets whether <em class="parameter"><code>actor</code></em> should expand inside
 <hr>
 <div class="refsect2">
 <a name="clutter-box-layout-get-expand"></a><h3>clutter_box_layout_get_expand ()</h3>
-<pre class="programlisting"><span class="returnvalue">gboolean</span>            clutter_box_layout_get_expand       (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            clutter_box_layout_get_expand       (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
 <p>
 Retrieves whether <em class="parameter"><code>actor</code></em> should expand inside <em class="parameter"><code>layout</code></em>
@@ -639,7 +639,7 @@ Retrieves whether <em class="parameter"><code>actor</code></em> should expand in
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td>
-<code class="literal">TRUE</code> if the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> should expand, <code class="literal">FALSE</code> otherwise</td>
+<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> should expand, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</td>
 </tr>
 </tbody>
 </table></div>
@@ -650,8 +650,8 @@ Retrieves whether <em class="parameter"><code>actor</code></em> should expand in
 <a name="clutter-box-layout-set-fill"></a><h3>clutter_box_layout_set_fill ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                clutter_box_layout_set_fill         (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> x_fill</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> y_fill</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> x_fill</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> y_fill</code></em>);</pre>
 <p>
 Sets the horizontal and vertical fill policies for <em class="parameter"><code>actor</code></em>
 inside <em class="parameter"><code>layout</code></em>
@@ -686,8 +686,8 @@ inside <em class="parameter"><code>layout</code></em>
 <a name="clutter-box-layout-get-fill"></a><h3>clutter_box_layout_get_fill ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                clutter_box_layout_get_fill         (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
                                                          <em class="parameter"><code><a class="link" href="ClutterActor.html" title="ClutterActor"><span class="type">ClutterActor</span></a> *actor</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> *x_fill</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> *y_fill</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *x_fill</code></em>,
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> *y_fill</code></em>);</pre>
 <p>
 Retrieves the horizontal and vertical fill policies for <em class="parameter"><code>actor</code></em>
 as set using <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-pack" title="clutter_box_layout_pack ()"><code class="function">clutter_box_layout_pack()</code></a> or <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-fill" title="clutter_box_layout_set_fill ()"><code class="function">clutter_box_layout_set_fill()</code></a>
@@ -724,7 +724,7 @@ as set using <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-pack
 <a name="clutter-box-layout-set-use-animations"></a><h3>clutter_box_layout_set_use_animations ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                clutter_box_layout_set_use_animations
                                                         (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
-                                                         <em class="parameter"><code><span class="type">gboolean</span> animate</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> animate</code></em>);</pre>
 <p>
 Sets whether <em class="parameter"><code>layout</code></em> should animate changes in the layout properties
 </p>
@@ -744,7 +744,7 @@ by the animations is controlled by <a class="link" href="ClutterBoxLayout.html#c
 <tr>
 <td><p><span class="term"><em class="parameter"><code>animate</code></em> :</span></p></td>
 <td>
-<code class="literal">TRUE</code> if the <em class="parameter"><code>layout</code></em> should use animations</td>
+<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the <em class="parameter"><code>layout</code></em> should use animations</td>
 </tr>
 </tbody>
 </table></div>
@@ -753,7 +753,7 @@ by the animations is controlled by <a class="link" href="ClutterBoxLayout.html#c
 <hr>
 <div class="refsect2">
 <a name="clutter-box-layout-get-use-animations"></a><h3>clutter_box_layout_get_use_animations ()</h3>
-<pre class="programlisting"><span class="returnvalue">gboolean</span>            clutter_box_layout_get_use_animations
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            clutter_box_layout_get_use_animations
                                                         (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
 <p>
 Retrieves whether <em class="parameter"><code>layout</code></em> should animate changes in the layout properties
@@ -772,7 +772,7 @@ Since <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-use-ani
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td>
-<code class="literal">TRUE</code> if the animations should be used, <code class="literal">FALSE</code> otherwise</td>
+<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if the animations should be used, <a href="../glib/glib-Standard-Macros.html#FALSE:CAPS"><code class="literal">FALSE</code></a> otherwise</td>
 </tr>
 </tbody>
 </table></div>
@@ -783,7 +783,7 @@ Since <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-use-ani
 <a name="clutter-box-layout-set-easing-duration"></a><h3>clutter_box_layout_set_easing_duration ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                clutter_box_layout_set_easing_duration
                                                         (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
-                                                         <em class="parameter"><code><span class="type">guint</span> msecs</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> msecs</code></em>);</pre>
 <p>
 Sets the duration of the animations used by <em class="parameter"><code>layout</code></em> when animating changes
 in the layout properties
@@ -811,7 +811,7 @@ animations
 <hr>
 <div class="refsect2">
 <a name="clutter-box-layout-get-easing-duration"></a><h3>clutter_box_layout_get_easing_duration ()</h3>
-<pre class="programlisting"><span class="returnvalue">guint</span>               clutter_box_layout_get_easing_duration
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a>               clutter_box_layout_get_easing_duration
                                                         (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
 <p>
 Retrieves the duration set using <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-easing-duration" title="clutter_box_layout_set_easing_duration ()"><code class="function">clutter_box_layout_set_easing_duration()</code></a>
@@ -836,7 +836,7 @@ Retrieves the duration set using <a class="link" href="ClutterBoxLayout.html#clu
 <div class="refsect2">
 <a name="clutter-box-layout-set-easing-mode"></a><h3>clutter_box_layout_set_easing_mode ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>                clutter_box_layout_set_easing_mode  (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>,
-                                                         <em class="parameter"><code><span class="type">gulong</span> mode</code></em>);</pre>
+                                                         <em class="parameter"><code><a href="../glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a> mode</code></em>);</pre>
 <p>
 Sets the easing mode to be used by <em class="parameter"><code>layout</code></em> when animating changes in layout
 properties
@@ -866,7 +866,7 @@ from <a class="link" href="ClutterAlpha.html#clutter-alpha-register-func" title=
 <hr>
 <div class="refsect2">
 <a name="clutter-box-layout-get-easing-mode"></a><h3>clutter_box_layout_get_easing_mode ()</h3>
-<pre class="programlisting"><span class="returnvalue">gulong</span>              clutter_box_layout_get_easing_mode  (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gulong"><span class="returnvalue">gulong</span></a>              clutter_box_layout_get_easing_mode  (<em class="parameter"><code><a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> *layout</code></em>);</pre>
 <p>
 Retrieves the easing mode set using <a class="link" href="ClutterBoxLayout.html#clutter-box-layout-set-easing-mode" title="clutter_box_layout_set_easing_mode ()"><code class="function">clutter_box_layout_set_easing_mode()</code></a>
 </p>
@@ -891,10 +891,10 @@ Retrieves the easing mode set using <a class="link" href="ClutterBoxLayout.html#
 <a name="ClutterBoxLayout.property-details"></a><h2>Property Details</h2>
 <div class="refsect2">
 <a name="ClutterBoxLayout--easing-duration"></a><h3>The <code class="literal">"easing-duration"</code> property</h3>
-<pre class="programlisting">  "easing-duration"          <span class="type">guint</span>                 : Read / Write</pre>
+<pre class="programlisting">  "easing-duration"          <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
 <p>
 The duration of the animations, in case <a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--use-animations" title='The "use-animations" property'><span class="type">"use-animations"</span></a>
-is set to <code class="literal">TRUE</code>
+is set to <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
 </p>
 <p>
 The duration is expressed in milliseconds
@@ -905,10 +905,10 @@ The duration is expressed in milliseconds
 <hr>
 <div class="refsect2">
 <a name="ClutterBoxLayout--easing-mode"></a><h3>The <code class="literal">"easing-mode"</code> property</h3>
-<pre class="programlisting">  "easing-mode"              <span class="type">gulong</span>                : Read / Write</pre>
+<pre class="programlisting">  "easing-mode"              <a href="../glib/glib-Basic-Types.html#gulong"><span class="type">gulong</span></a>                : Read / Write</pre>
 <p>
 The easing mode for the animations, in case
-<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--use-animations" title='The "use-animations" property'><span class="type">"use-animations"</span></a> is set to <code class="literal">TRUE</code>
+<a class="link" href="ClutterBoxLayout.html#ClutterBoxLayout--use-animations" title='The "use-animations" property'><span class="type">"use-animations"</span></a> is set to <a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a>
 </p>
 <p>
 The easing mode has the same semantics of <a class="link" href="clutter-Implicit-Animations.html#ClutterAnimation--mode" title='The "mode" property'><span class="type">"mode"</span></a>: it can
@@ -924,7 +924,7 @@ The default value is <a class="link" href="clutter-Implicit-Animations.html#CLUT
 <hr>
 <div class="refsect2">
 <a name="ClutterBoxLayout--homogeneous"></a><h3>The <code class="literal">"homogeneous"</code> property</h3>
-<pre class="programlisting">  "homogeneous"              <span class="type">gboolean</span>              : Read / Write</pre>
+<pre class="programlisting">  "homogeneous"              <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 <p>
 Whether the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> should arrange its children
 homogeneously, i.e. all childs get the same size
@@ -935,7 +935,7 @@ homogeneously, i.e. all childs get the same size
 <hr>
 <div class="refsect2">
 <a name="ClutterBoxLayout--pack-start"></a><h3>The <code class="literal">"pack-start"</code> property</h3>
-<pre class="programlisting">  "pack-start"               <span class="type">gboolean</span>              : Read / Write</pre>
+<pre class="programlisting">  "pack-start"               <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 <p>
 Whether the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> should pack items at the start
 or append them at the end
@@ -946,7 +946,7 @@ or append them at the end
 <hr>
 <div class="refsect2">
 <a name="ClutterBoxLayout--spacing"></a><h3>The <code class="literal">"spacing"</code> property</h3>
-<pre class="programlisting">  "spacing"                  <span class="type">guint</span>                 : Read / Write</pre>
+<pre class="programlisting">  "spacing"                  <a href="../glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a>                 : Read / Write</pre>
 <p>
 The spacing between children of the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a>, in pixels
 </p>
@@ -956,7 +956,7 @@ The spacing between children of the <a class="link" href="ClutterBoxLayout.html"
 <hr>
 <div class="refsect2">
 <a name="ClutterBoxLayout--use-animations"></a><h3>The <code class="literal">"use-animations"</code> property</h3>
-<pre class="programlisting">  "use-animations"           <span class="type">gboolean</span>              : Read / Write</pre>
+<pre class="programlisting">  "use-animations"           <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 <p>
 Whether the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> should animate changes in the
 layout properties
@@ -967,7 +967,7 @@ layout properties
 <hr>
 <div class="refsect2">
 <a name="ClutterBoxLayout--vertical"></a><h3>The <code class="literal">"vertical"</code> property</h3>
-<pre class="programlisting">  "vertical"                 <span class="type">gboolean</span>              : Read / Write</pre>
+<pre class="programlisting">  "vertical"                 <a href="../glib/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a>              : Read / Write</pre>
 <p>
 Whether the <a class="link" href="ClutterBoxLayout.html" title="ClutterBoxLayout"><span class="type">ClutterBoxLayout</span></a> should arrange its children
 alongside the Y axis, instead of alongside the X axis