update to 1.10.4
[profile/ivi/clutter.git] / doc / reference / cally / html / cally-General-API.html
index cdb5e63..28159c9 100644 (file)
@@ -37,8 +37,8 @@
 </tr></table></div>
 <div class="refsynopsisdiv">
 <a name="cally-General-API.synopsis"></a><h2>Synopsis</h2>
-<pre class="synopsis"><span class="returnvalue">gboolean</span>            <a class="link" href="cally-General-API.html#cally-get-cally-initialized" title="cally_get_cally_initialized ()">cally_get_cally_initialized</a>         (<em class="parameter"><code><span class="type">void</span></code></em>);
-<span class="returnvalue">gboolean</span>            <a class="link" href="cally-General-API.html#cally-accessibility-init" title="cally_accessibility_init ()">cally_accessibility_init</a>            (<em class="parameter"><code><span class="type">void</span></code></em>);
+<pre class="synopsis"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="cally-General-API.html#cally-get-cally-initialized" title="cally_get_cally_initialized ()">cally_get_cally_initialized</a>         (<em class="parameter"><code><span class="type">void</span></code></em>);
+<a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            <a class="link" href="cally-General-API.html#cally-accessibility-init" title="cally_accessibility_init ()">cally_accessibility_init</a>            (<em class="parameter"><code><span class="type">void</span></code></em>);
 
 #define             <a class="link" href="cally-General-API.html#CALLY-ACCESSIBLE-FACTORY:CAPS" title="CALLY_ACCESSIBLE_FACTORY()">CALLY_ACCESSIBLE_FACTORY</a>            (type,
                                                          type_as_function,
@@ -57,7 +57,7 @@ Cally initialization methods.
 <a name="cally-General-API.details"></a><h2>Details</h2>
 <div class="refsect2">
 <a name="cally-get-cally-initialized"></a><h3>cally_get_cally_initialized ()</h3>
-<pre class="programlisting"><span class="returnvalue">gboolean</span>            cally_get_cally_initialized         (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            cally_get_cally_initialized         (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 Returns if the accessibility support using cally is enabled.
 </p>
@@ -66,7 +66,7 @@ Returns if the accessibility support using cally is enabled.
 <tbody><tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td>
-<code class="literal">TRUE</code> if accessibility support has been correctly
+<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if accessibility support has been correctly
 initialized.</td>
 </tr></tbody>
 </table></div>
@@ -75,7 +75,7 @@ initialized.</td>
 <hr>
 <div class="refsect2">
 <a name="cally-accessibility-init"></a><h3>cally_accessibility_init ()</h3>
-<pre class="programlisting"><span class="returnvalue">gboolean</span>            cally_accessibility_init            (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
+<pre class="programlisting"><a href="../glib/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a>            cally_accessibility_init            (<em class="parameter"><code><span class="type">void</span></code></em>);</pre>
 <p>
 Initializes the accessibility support.
 </p>
@@ -84,7 +84,7 @@ Initializes the accessibility support.
 <tbody><tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
 <td>
-<code class="literal">TRUE</code> if accessibility support has been correctly
+<a href="../glib/glib-Standard-Macros.html#TRUE:CAPS"><code class="literal">TRUE</code></a> if accessibility support has been correctly
 initialized.</td>
 </tr></tbody>
 </table></div>
@@ -95,9 +95,9 @@ initialized.</td>
 <a name="CALLY-ACCESSIBLE-FACTORY:CAPS"></a><h3>CALLY_ACCESSIBLE_FACTORY()</h3>
 <pre class="programlisting">#define             CALLY_ACCESSIBLE_FACTORY(type, type_as_function, opt_create_accessible)</pre>
 <p>
-Defines a new <span class="type">AtkObjectFactory</span> factory to create accessible
+Defines a new <a href="../atk/AtkObjectFactory.html"><span class="type">AtkObjectFactory</span></a> factory to create accessible
 objects of a specific GType. It defines the factory GType and also
-overrides the proper <span class="type">AtkObjectFactory</span> methods.
+overrides the proper <a href="../atk/AtkObjectFactory.html"><span class="type">AtkObjectFactory</span></a> methods.
 </p>
 <p>
 It assumes that the accessibility object provides a
@@ -128,7 +128,7 @@ object. It returns a <em class="parameter"><code>type</code></em> GType object.
 <a name="CALLY-ACTOR-SET-FACTORY:CAPS"></a><h3>CALLY_ACTOR_SET_FACTORY()</h3>
 <pre class="programlisting">#define             CALLY_ACTOR_SET_FACTORY(widget_type, type_as_function)</pre>
 <p>
-Sets the <span class="type">AtkObjectFactory</span> to be used in order to instantiate
+Sets the <a href="../atk/AtkObjectFactory.html"><span class="type">AtkObjectFactory</span></a> to be used in order to instantiate
 accessibility objects for the actor which GType is <em class="parameter"><code>widget_type</code></em>.
 </p>
 <div class="variablelist"><table border="0">