Imported version 2.7.91
[platform/core/uifw/at-spi2-core.git] / doc / libatspi / html / libatspi-AtspiApplication.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>atspi-application</title>
6 <meta name="generator" content="DocBook XSL Stylesheets V1.77.1">
7 <link rel="home" href="index.html" title="libatspi Reference Manual">
8 <link rel="up" href="ch01.html" title="API reference">
9 <link rel="prev" href="AtspiStateSet.html" title="atspi-stateset">
10 <link rel="next" href="libatspi-atspi-collection.html" title="atspi-collection">
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="AtspiStateSet.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">libatspi Reference Manual</th>
21 <td><a accesskey="n" href="libatspi-atspi-collection.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="#libatspi-AtspiApplication.synopsis" class="shortcut">Top</a>
25                    | 
26                   <a href="#libatspi-AtspiApplication.description" class="shortcut">Description</a>
27 </td></tr>
28 </table>
29 <div class="refentry">
30 <a name="libatspi-AtspiApplication"></a><div class="titlepage"></div>
31 <div class="refnamediv"><table width="100%"><tr>
32 <td valign="top">
33 <h2><span class="refentrytitle"><a name="libatspi-AtspiApplication.top_of_page"></a>atspi-application</span></h2>
34 <p>atspi-application —  An interface identifying the root object associated
35  with a running application.</p>
36 </td>
37 <td valign="top" align="right"></td>
38 </tr></table></div>
39 <div class="refsynopsisdiv">
40 <a name="libatspi-AtspiApplication.synopsis"></a><h2>Synopsis</h2>
41 <pre class="synopsis">struct              <a class="link" href="libatspi-AtspiApplication.html#AtspiApplication" title="struct AtspiApplication">AtspiApplication</a>;
42 struct              <a class="link" href="libatspi-AtspiApplication.html#AtspiApplicationClass" title="struct AtspiApplicationClass">AtspiApplicationClass</a>;
43 </pre>
44 </div>
45 <div class="refsect1">
46 <a name="libatspi-AtspiApplication.description"></a><h2>Description</h2>
47 <p>
48  An interface identifying an object which is the root of the
49   hierarchy associated with a running application.
50 </p>
51 </div>
52 <div class="refsect1">
53 <a name="libatspi-AtspiApplication.details"></a><h2>Details</h2>
54 <div class="refsect2">
55 <a name="AtspiApplication"></a><h3>struct AtspiApplication</h3>
56 <pre class="programlisting">struct AtspiApplication {
57   GObject parent;
58   GHashTable *hash;
59   char *bus_name;
60   DBusConnection *bus;
61   struct _AtspiAccessible *root;
62   AtspiCache cache;
63   gchar *toolkit_name;
64   gchar *toolkit_version;
65   gchar *atspi_version;
66   struct timeval time_added;
67 };
68 </pre>
69 <p>
70 </p>
71 </div>
72 <hr>
73 <div class="refsect2">
74 <a name="AtspiApplicationClass"></a><h3>struct AtspiApplicationClass</h3>
75 <pre class="programlisting">struct AtspiApplicationClass {
76   GObjectClass parent_class;
77 };
78 </pre>
79 <p>
80 </p>
81 </div>
82 </div>
83 </div>
84 <div class="footer">
85 <hr>
86           Generated by GTK-Doc V1.18.1</div>
87 </body>
88 </html>