~ubuntu-branches/ubuntu/oneiric/ibus/oneiric-201108121834

« back to all changes in this revision

Viewing changes to docs/reference/ibus/html/IBusAttrList.html

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-11-17 14:41:39 UTC
  • mfrom: (1.1.10 upstream) (6.2.11 sid)
  • Revision ID: james.westby@ubuntu.com-20101117144139-4jaywykomaahipkp
Tags: 1.3.8-1ubuntu1
* Resynchronize on Debian
* debian/control:
  - recommends python-appindicator.
* debian/README.source
  - Removed, it was outdated and no longer correct
* debian/patches/02_title_update.patch:
  - rename "IBus Preferences" to "Keyboard Input Methods"
* debian/patches/05_appindicator.patch:
  - use an indicator rather than a notification icon
* debian/patches/06_show_menuitem.patch:
  - dropped this Ubuntu patch since the bug seems to indicate the issue is 
    solved in the new upstream versions, reopen a bug if that's not the case

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
<span class="returnvalue">void</span>                <a class="link" href="IBusAttrList.html#ibus-attr-list-append" title="ibus_attr_list_append ()">ibus_attr_list_append</a>               (<em class="parameter"><code><a class="link" href="IBusAttrList.html" title="IBusAttrList"><span class="type">IBusAttrList</span></a> *attr_list</code></em>,
50
50
                                                         <em class="parameter"><code><a class="link" href="IBusAttribute.html" title="IBusAttribute"><span class="type">IBusAttribute</span></a> *attr</code></em>);
51
51
<a class="link" href="IBusAttribute.html" title="IBusAttribute"><span class="returnvalue">IBusAttribute</span></a> *     <a class="link" href="IBusAttrList.html#ibus-attr-list-get" title="ibus_attr_list_get ()">ibus_attr_list_get</a>                  (<em class="parameter"><code><a class="link" href="IBusAttrList.html" title="IBusAttrList"><span class="type">IBusAttrList</span></a> *attr_list</code></em>,
52
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index</code></em>);
 
52
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index</code></em>);
53
53
</pre>
54
54
</div>
55
55
<div class="refsect1" title="Object Hierarchy">
56
56
<a name="IBusAttrList.object-hierarchy"></a><h2>Object Hierarchy</h2>
57
57
<pre class="synopsis">
58
 
  <a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GObject">GObject</a>
59
 
   +----<a href="/usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
 
58
  <a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject">GObject</a>
 
59
   +----<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned">GInitiallyUnowned</a>
60
60
         +----<a class="link" href="IBusObject.html" title="IBusObject">IBusObject</a>
61
61
               +----<a class="link" href="IBusSerializable.html" title="IBusSerializable">IBusSerializable</a>
62
62
                     +----IBusAttrList
79
79
<div class="variablelist"><table border="0">
80
80
<col align="left" valign="top">
81
81
<tbody><tr>
82
 
<td><p><span class="term"><a href="/usr/share/gtk-doc/html/glib/glib-Arrays.html#GArray"><span class="type">GArray</span></a> *<em class="structfield"><code><a name="IBusAttrList-struct.attributes"></a>attributes</code></em>;</span></p></td>
 
82
<td><p><span class="term"><a href="http://library.gnome.org/devel/glib/unstable/glib-Arrays.html#GArray"><span class="type">GArray</span></a> *<em class="structfield"><code><a name="IBusAttrList-struct.attributes"></a>attributes</code></em>;</span></p></td>
83
83
<td>GArray that holds <a class="link" href="IBusAttribute.html" title="IBusAttribute"><span class="type">IBusAttribute</span></a>.
84
84
</td>
85
85
</tr></tbody>
139
139
<div class="refsect2" title="ibus_attr_list_get ()">
140
140
<a name="ibus-attr-list-get"></a><h3>ibus_attr_list_get ()</h3>
141
141
<pre class="programlisting"><a class="link" href="IBusAttribute.html" title="IBusAttribute"><span class="returnvalue">IBusAttribute</span></a> *     ibus_attr_list_get                  (<em class="parameter"><code><a class="link" href="IBusAttrList.html" title="IBusAttrList"><span class="type">IBusAttrList</span></a> *attr_list</code></em>,
142
 
                                                         <em class="parameter"><code><a href="/usr/share/gtk-doc/html/glib/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index</code></em>);</pre>
 
142
                                                         <em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> index</code></em>);</pre>
143
143
<p>
144
144
Returns IBusAttribute at given index. Borrowed reference.
145
145
</p>