~ubuntu-branches/ubuntu/maverick/at-spi/maverick

« back to all changes in this revision

Viewing changes to docs/reference/cspi/xml/spi_application.xml

  • Committer: Bazaar Package Importer
  • Author(s): Luke Yelavich
  • Date: 2009-09-23 08:38:27 UTC
  • mfrom: (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20090923083827-lgmk1ulka14gji51
Tags: 1.28.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
<title>AccessibleApplication_getVersion ()</title>
90
90
<indexterm zone="AccessibleApplication-getVersion"><primary sortas="AccessibleApplication_getVersion">AccessibleApplication_getVersion</primary></indexterm><programlisting><link linkend="char">char</link> *              AccessibleApplication_getVersion    (<link linkend="AccessibleApplication">AccessibleApplication</link> *obj);</programlisting>
91
91
<para>
92
 
Get the version of the at-spi bridge exported by an
 
92
Get the version of the UI toolkit used by an
93
93
     <link linkend="AccessibleApplication"><type>AccessibleApplication</type></link> instance.</para>
94
94
<para>
95
95
</para><variablelist role="params">
96
96
<varlistentry><term><parameter>obj</parameter>&#160;:</term>
97
97
<listitem><simpara> a pointer to the <link linkend="AccessibleApplication"><type>AccessibleApplication</type></link> being queried.
98
98
</simpara></listitem></varlistentry>
99
 
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> a UTF-8 string indicating the application's
100
 
         at-spi version.
 
99
<varlistentry><term><emphasis>Returns</emphasis>&#160;:</term><listitem><simpara> a UTF-8 string indicating the version of the UI toolkit
 
100
         which is used by an application.
101
101
</simpara></listitem></varlistentry>
102
102
</variablelist></refsect2>
103
103
<refsect2 id="AccessibleApplication-getID" role="function">