update to 1.10.4
[profile/ivi/clutter.git] / doc / reference / cally / html / CallyTexture.html
index 21df518..d530667 100644 (file)
 <a name="CallyTexture.synopsis"></a><h2>Synopsis</h2>
 <pre class="synopsis">struct              <a class="link" href="CallyTexture.html#CallyTexture-struct" title="struct CallyTexture">CallyTexture</a>;
 struct              <a class="link" href="CallyTexture.html#CallyTextureClass" title="struct CallyTextureClass">CallyTextureClass</a>;
-<span class="returnvalue">AtkObject</span> *         <a class="link" href="CallyTexture.html#cally-texture-new" title="cally_texture_new ()">cally_texture_new</a>                   (<em class="parameter"><code><a href="../clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *actor</code></em>);
+<a href="../atk/AtkObject.html"><span class="returnvalue">AtkObject</span></a> *         <a class="link" href="CallyTexture.html#cally-texture-new" title="cally_texture_new ()">cally_texture_new</a>                   (<em class="parameter"><code><a href="../clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *actor</code></em>);
 </pre>
 </div>
 <div class="refsect1">
 <a name="CallyTexture.object-hierarchy"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
-  GObject
-   +----AtkObject
-         +----AtkGObjectAccessible
+  <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
+   +----<a href="../atk/AtkObject.html">AtkObject</a>
+         +----<a href="../atk/AtkGObjectAccessible.html">AtkGObjectAccessible</a>
                +----<a class="link" href="CallyActor.html" title="CallyActor">CallyActor</a>
                      +----CallyTexture
 </pre>
@@ -60,7 +60,7 @@ struct              <a class="link" href="CallyTexture.html#CallyTextureClass" t
 <a name="CallyTexture.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
 <p>
 CallyTexture implements
AtkComponent and  AtkAction.</p>
<a href="../atk/AtkComponent.html">AtkComponent</a> and  <a href="../atk/AtkAction.html">AtkAction</a>.</p>
 </div>
 <div class="refsect1">
 <a name="CallyTexture.description"></a><h2>Description</h2>
@@ -97,7 +97,7 @@ only private data
 <hr>
 <div class="refsect2">
 <a name="cally-texture-new"></a><h3>cally_texture_new ()</h3>
-<pre class="programlisting"><span class="returnvalue">AtkObject</span> *         cally_texture_new                   (<em class="parameter"><code><a href="../clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
+<pre class="programlisting"><a href="../atk/AtkObject.html"><span class="returnvalue">AtkObject</span></a> *         cally_texture_new                   (<em class="parameter"><code><a href="../clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
 <p>
 Creates a new <a class="link" href="CallyTexture.html" title="CallyTexture"><span class="type">CallyTexture</span></a> for the given <em class="parameter"><code>actor</code></em>. <em class="parameter"><code>actor</code></em> must be
 a <a href="../clutter/ClutterTexture.html"><span class="type">ClutterTexture</span></a>.
@@ -112,7 +112,7 @@ a <a href="../clutter/ClutterTexture.html"><span class="type">ClutterTexture</sp
 </tr>
 <tr>
 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>the newly created <span class="type">AtkObject</span>
+<td>the newly created <a href="../atk/AtkObject.html"><span class="type">AtkObject</span></a>
 </td>
 </tr>
 </tbody>