update to 1.10.4
[profile/ivi/clutter.git] / doc / reference / cally / html / CallyClone.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>CallyClone</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7 <link rel="home" href="index.html" title="Cally Reference Manual">
8 <link rel="up" href="ch01.html" title="Base Classes">
9 <link rel="prev" href="CallyText.html" title="CallyText">
10 <link rel="next" href="ch02.html" title="Utility API">
11 <meta name="generator" content="GTK-Doc V1.18.1 (XML mode)">
12 <link rel="stylesheet" href="style.css" type="text/css">
13 </head>
14 <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
15 <table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
16 <tr valign="middle">
17 <td><a accesskey="p" href="CallyText.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18 <td><a accesskey="u" href="ch01.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
19 <td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
20 <th width="100%" align="center">Cally Reference Manual</th>
21 <td><a accesskey="n" href="ch02.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
22 </tr>
23 <tr><td colspan="5" class="shortcuts">
24 <a href="#CallyClone.synopsis" class="shortcut">Top</a>
25                    | 
26                   <a href="#CallyClone.description" class="shortcut">Description</a>
27                    | 
28                   <a href="#CallyClone.object-hierarchy" class="shortcut">Object Hierarchy</a>
29                    | 
30                   <a href="#CallyClone.implemented-interfaces" class="shortcut">Implemented Interfaces</a>
31 </td></tr>
32 </table>
33 <div class="refentry">
34 <a name="CallyClone"></a><div class="titlepage"></div>
35 <div class="refnamediv"><table width="100%"><tr>
36 <td valign="top">
37 <h2><span class="refentrytitle"><a name="CallyClone.top_of_page"></a>CallyClone</span></h2>
38 <p>CallyClone — Implementation of the ATK interfaces for a <a href="../clutter/ClutterClone.html"><span class="type">ClutterClone</span></a></p>
39 </td>
40 <td valign="top" align="right"></td>
41 </tr></table></div>
42 <div class="refsynopsisdiv">
43 <a name="CallyClone.synopsis"></a><h2>Synopsis</h2>
44 <pre class="synopsis">struct              <a class="link" href="CallyClone.html#CallyClone-struct" title="struct CallyClone">CallyClone</a>;
45 struct              <a class="link" href="CallyClone.html#CallyCloneClass" title="struct CallyCloneClass">CallyCloneClass</a>;
46 <a href="../atk/AtkObject.html"><span class="returnvalue">AtkObject</span></a> *         <a class="link" href="CallyClone.html#cally-clone-new" title="cally_clone_new ()">cally_clone_new</a>                     (<em class="parameter"><code><a href="../clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *actor</code></em>);
47 </pre>
48 </div>
49 <div class="refsect1">
50 <a name="CallyClone.object-hierarchy"></a><h2>Object Hierarchy</h2>
51 <pre class="synopsis">
52   <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
53    +----<a href="../atk/AtkObject.html">AtkObject</a>
54          +----<a href="../atk/AtkGObjectAccessible.html">AtkGObjectAccessible</a>
55                +----<a class="link" href="CallyActor.html" title="CallyActor">CallyActor</a>
56                      +----CallyClone
57 </pre>
58 </div>
59 <div class="refsect1">
60 <a name="CallyClone.implemented-interfaces"></a><h2>Implemented Interfaces</h2>
61 <p>
62 CallyClone implements
63  <a href="../atk/AtkComponent.html">AtkComponent</a> and  <a href="../atk/AtkAction.html">AtkAction</a>.</p>
64 </div>
65 <div class="refsect1">
66 <a name="CallyClone.description"></a><h2>Description</h2>
67 <p>
68 <a class="link" href="CallyClone.html" title="CallyClone"><span class="type">CallyClone</span></a> implements the required ATK interfaces of <a href="../clutter/ClutterClone.html"><span class="type">ClutterClone</span></a>
69 </p>
70 <p>
71 In particular it sets a proper role for the clone, as just a image,
72 as it is the sanest and simplest approach.
73 </p>
74 </div>
75 <div class="refsect1">
76 <a name="CallyClone.details"></a><h2>Details</h2>
77 <div class="refsect2">
78 <a name="CallyClone-struct"></a><h3>struct CallyClone</h3>
79 <pre class="programlisting">struct CallyClone;</pre>
80 <p>
81 The <span class="structname">CallyClone</span> structure contains only private
82 data and should be accessed using the provided API
83 </p>
84 <p class="since">Since 1.4</p>
85 </div>
86 <hr>
87 <div class="refsect2">
88 <a name="CallyCloneClass"></a><h3>struct CallyCloneClass</h3>
89 <pre class="programlisting">struct CallyCloneClass {
90 };
91 </pre>
92 <p>
93 The <span class="structname">CallyCloneClass</span> structure contains only
94 private data
95 </p>
96 <p class="since">Since 1.4</p>
97 </div>
98 <hr>
99 <div class="refsect2">
100 <a name="cally-clone-new"></a><h3>cally_clone_new ()</h3>
101 <pre class="programlisting"><a href="../atk/AtkObject.html"><span class="returnvalue">AtkObject</span></a> *         cally_clone_new                     (<em class="parameter"><code><a href="../clutter/ClutterActor.html"><span class="type">ClutterActor</span></a> *actor</code></em>);</pre>
102 <p>
103 Creates a new <a class="link" href="CallyClone.html" title="CallyClone"><span class="type">CallyClone</span></a> for the given <em class="parameter"><code>actor</code></em>. <em class="parameter"><code>actor</code></em> must be a
104 <a href="../clutter/ClutterClone.html"><span class="type">ClutterClone</span></a>.
105 </p>
106 <div class="variablelist"><table border="0">
107 <col align="left" valign="top">
108 <tbody>
109 <tr>
110 <td><p><span class="term"><em class="parameter"><code>actor</code></em> :</span></p></td>
111 <td>a <a href="../clutter/ClutterActor.html"><span class="type">ClutterActor</span></a>
112 </td>
113 </tr>
114 <tr>
115 <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
116 <td>the newly created <a href="../atk/AtkObject.html"><span class="type">AtkObject</span></a>
117 </td>
118 </tr>
119 </tbody>
120 </table></div>
121 <p class="since">Since 1.4</p>
122 </div>
123 </div>
124 <div class="refsect1">
125 <a name="CallyClone.see-also"></a><h2>See Also</h2>
126 <a href="../clutter/ClutterClone.html"><span class="type">ClutterClone</span></a>
127 </div>
128 </div>
129 <div class="footer">
130 <hr>
131           Generated by GTK-Doc V1.18.1</div>
132 </body>
133 </html>