update to 1.10.4
[profile/ivi/clutter.git] / doc / reference / cally / html / CallyUtil.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>CallyUtil</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="ch02.html" title="Utility API">
9 <link rel="prev" href="cally-General-API.html" title="Cally">
10 <link rel="next" href="CallyRoot.html" title="CallyRoot">
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="cally-General-API.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
18 <td><a accesskey="u" href="ch02.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="CallyRoot.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="#CallyUtil.synopsis" class="shortcut">Top</a>
25                    | 
26                   <a href="#CallyUtil.description" class="shortcut">Description</a>
27                    | 
28                   <a href="#CallyUtil.object-hierarchy" class="shortcut">Object Hierarchy</a>
29 </td></tr>
30 </table>
31 <div class="refentry">
32 <a name="CallyUtil"></a><div class="titlepage"></div>
33 <div class="refnamediv"><table width="100%"><tr>
34 <td valign="top">
35 <h2><span class="refentrytitle"><a name="CallyUtil.top_of_page"></a>CallyUtil</span></h2>
36 <p>CallyUtil — <a href="../atk/AtkUtil.html"><span class="type">AtkUtil</span></a> implementation</p>
37 </td>
38 <td valign="top" align="right"></td>
39 </tr></table></div>
40 <div class="refsynopsisdiv">
41 <a name="CallyUtil.synopsis"></a><h2>Synopsis</h2>
42 <pre class="synopsis">struct              <a class="link" href="CallyUtil.html#CallyUtil-struct" title="struct CallyUtil">CallyUtil</a>;
43 struct              <a class="link" href="CallyUtil.html#CallyUtilClass" title="struct CallyUtilClass">CallyUtilClass</a>;
44 </pre>
45 </div>
46 <div class="refsect1">
47 <a name="CallyUtil.object-hierarchy"></a><h2>Object Hierarchy</h2>
48 <pre class="synopsis">
49   <a href="../gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
50    +----<a href="../atk/AtkUtil.html">AtkUtil</a>
51          +----CallyUtil
52 </pre>
53 </div>
54 <div class="refsect1">
55 <a name="CallyUtil.description"></a><h2>Description</h2>
56 <p>
57 <a class="link" href="CallyUtil.html" title="CallyUtil"><span class="type">CallyUtil</span></a> implements <a href="../atk/AtkUtil.html"><span class="type">AtkUtil</span></a> abstract methods. Although it
58 includes the name "Util" it is in fact one of the most important
59 interfaces to be implemented in any ATK toolkit implementation.
60 </p>
61 <p>
62 For instance, it defines <a href="../atk/AtkUtil.html#atk-get-root"><code class="function">atk_get_root()</code></a>, the method that returns
63 the root object in the hierarchy. Without it, you don't have
64 available any accessible object.
65 </p>
66 </div>
67 <div class="refsect1">
68 <a name="CallyUtil.details"></a><h2>Details</h2>
69 <div class="refsect2">
70 <a name="CallyUtil-struct"></a><h3>struct CallyUtil</h3>
71 <pre class="programlisting">struct CallyUtil;</pre>
72 <p>
73 The <span class="structname">CallyUtil</span> structure contains only
74 private data and should be accessed using the provided API
75 </p>
76 <p class="since">Since 1.4</p>
77 </div>
78 <hr>
79 <div class="refsect2">
80 <a name="CallyUtilClass"></a><h3>struct CallyUtilClass</h3>
81 <pre class="programlisting">struct CallyUtilClass {
82 };
83 </pre>
84 <p>
85 The <span class="structname">CallyUtilClass</span> structure contains only
86 private data
87 </p>
88 <p class="since">Since 1.4</p>
89 </div>
90 </div>
91 <div class="refsect1">
92 <a name="CallyUtil.see-also"></a><h2>See Also</h2>
93 <a href="../clutter/ClutterActor.html"><span class="type">ClutterActor</span></a>
94 </div>
95 </div>
96 <div class="footer">
97 <hr>
98           Generated by GTK-Doc V1.18.1</div>
99 </body>
100 </html>