~joel-auterson/ubuntu/maverick/ibus/newmenuname

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-10-05 20:45:18 UTC
  • mfrom: (1.1.5 upstream) (6.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20091005204518-069vlwrl3r8v7bbr
Tags: 1.2.0.20090927-2
* create po template when build (LP: #188690)
  - debian/rules: updated.
  - debian/clean: remove pot file when clean.
* debian/control: build depends on python-rsvg (LP: #432375)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
5
<title>IBusLookupTable</title>
6
6
<meta name="generator" content="DocBook XSL Stylesheets V1.74.3">
7
 
<link rel="home" href="index.html" title="iBus Reference Manual">
8
 
<link rel="up" href="ch02.html" title="User Interfaces">
 
7
<link rel="home" href="index.html" title="IBus Reference Manual">
 
8
<link rel="up" href="ch02.html" title="Panel (User Interfaces)">
9
9
<link rel="prev" href="IBusHotkeyProfile.html" title="IBusHotkeyProfile">
10
10
<link rel="next" href="IBusProperty.html" title="IBusProperty">
11
11
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
12
12
<link rel="stylesheet" href="style.css" type="text/css">
13
 
<link rel="chapter" href="ch01.html" title="API Overviews">
14
 
<link rel="chapter" href="ch02.html" title="User Interfaces">
 
13
<link rel="chapter" href="ch01.html" title="Overview">
 
14
<link rel="chapter" href="ch02.html" title="Panel (User Interfaces)">
15
15
<link rel="chapter" href="ch03.html" title="Input method engine">
16
 
<link rel="chapter" href="ch04.html" title="Configuration">
17
 
<link rel="chapter" href="ch05.html" title="Others">
 
16
<link rel="chapter" href="ch04.html" title="Communication and Configuration">
 
17
<link rel="chapter" href="ch05.html" title="Internal">
18
18
</head>
19
19
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
20
20
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
22
22
<td><a accesskey="p" href="IBusHotkeyProfile.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
23
23
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
24
24
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
25
 
<th width="100%" align="center">iBus Reference Manual</th>
 
25
<th width="100%" align="center">IBus Reference Manual</th>
26
26
<td><a accesskey="n" href="IBusProperty.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
27
27
</tr>
28
28
<tr><td colspan="5" class="shortcuts">
121
121
  <a
122
122
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GObject"
123
123
>GObject</a>
124
 
   +----<a class="link" href="IBusObject.html" title="IBusObject">IBusObject</a>
125
 
         +----<a class="link" href="IBusSerializable.html" title="IBusSerializable">IBusSerializable</a>
126
 
               +----IBusLookupTable
 
124
   +----<a
 
125
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
 
126
>GInitiallyUnowned</a>
 
127
         +----<a class="link" href="IBusObject.html" title="IBusObject">IBusObject</a>
 
128
               +----<a class="link" href="IBusSerializable.html" title="IBusSerializable">IBusSerializable</a>
 
129
                     +----IBusLookupTable
127
130
</pre>
128
131
</div>
129
132
<div class="refsect1" lang="en">
264
267
<pre class="programlisting">void                ibus_lookup_table_append_candidate  (<a class="link" href="IBusLookupTable.html" title="IBusLookupTable">IBusLookupTable</a> *table,
265
268
                                                         <a class="link" href="IBusText.html" title="IBusText">IBusText</a> *text);</pre>
266
269
<p>
267
 
Append a candidate word/phrase to IBusLookupTable.</p>
 
270
Append a candidate word/phrase to IBusLookupTable, and increase reference.</p>
268
271
<p>
269
272
</p>
270
273
<div class="variablelist"><table border="0">
291
294
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
292
295
>guint</a> index);</pre>
293
296
<p>
294
 
Return IBusText at the given index.</p>
 
297
Return IBusText at the given index. Borrowed reference.</p>
295
298
<p>
296
299
</p>
297
300
<div class="variablelist"><table border="0">
321
324
<pre class="programlisting">void                ibus_lookup_table_append_label      (<a class="link" href="IBusLookupTable.html" title="IBusLookupTable">IBusLookupTable</a> *table,
322
325
                                                         <a class="link" href="IBusText.html" title="IBusText">IBusText</a> *text);</pre>
323
326
<p>
324
 
Append a candidate word/phrase to IBusLookupTable.
 
327
Append a candidate word/phrase to IBusLookupTable, and increase reference.
325
328
This function is needed if the input method select candidate with
326
329
non-numeric keys such as "asdfghjkl;".</p>
327
330
<p>
350
353
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"
351
354
>guint</a> index);</pre>
352
355
<p>
353
 
Return IBusText at the given index.</p>
 
356
Return IBusText at the given index. Borrowed reference.</p>
354
357
<p>
355
358
</p>
356
359
<div class="variablelist"><table border="0">