~ubuntu-branches/ubuntu/karmic/ibus/karmic-updates

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-06-13 11:39:05 UTC
  • mfrom: (1.1.3 upstream) (6.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090613113905-0mfi5hhoz8w9y6k2
Tags: 1.1.0.20090612-1
* new upstream release.
* Fix "python-ibus should depends on iso-codes" (Closes: #532163)
* debian/libibus0.symbols: update symbols

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
<link rel="chapter" href="ch01.html" title="API Overviews">
14
14
<link rel="chapter" href="ch02.html" title="User Interfaces">
15
15
<link rel="chapter" href="ch03.html" title="Input method engine">
16
 
<link rel="chapter" href="ch04.html" title="Configure">
 
16
<link rel="chapter" href="ch04.html" title="Configuration">
17
17
<link rel="chapter" href="ch05.html" title="Others">
18
18
</head>
19
19
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
109
109
>gboolean</a>            <a class="link" href="IBusComponent.html#ibus-component-check-modification" title="ibus_component_check_modification ()">ibus_component_check_modification</a>   (<a class="link" href="IBusComponent.html" title="IBusComponent">IBusComponent</a> *component);
110
110
<a
111
111
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
112
 
>gboolean</a>            <a class="link" href="IBusComponent.html#ibus-component-start" title="ibus_component_start ()">ibus_component_start</a>                (<a class="link" href="IBusComponent.html" title="IBusComponent">IBusComponent</a> *component);
 
112
>gboolean</a>            <a class="link" href="IBusComponent.html#ibus-component-start" title="ibus_component_start ()">ibus_component_start</a>                (<a class="link" href="IBusComponent.html" title="IBusComponent">IBusComponent</a> *component,
 
113
                                                         <a
 
114
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
115
>gboolean</a> verbose);
113
116
<a
114
117
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
115
118
>gboolean</a>            <a class="link" href="IBusComponent.html#ibus-component-stop" title="ibus_component_stop ()">ibus_component_stop</a>                 (<a class="link" href="IBusComponent.html" title="IBusComponent">IBusComponent</a> *component);
225
228
<td><p><span class="term"><a
226
229
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"
227
230
>gchar</a> *<em class="structfield"><code>textdomain</code></em>;</span></p></td>
228
 
<td> Domain name for <code class="function">dgettext()</code>
 
231
<td> Domain name for <a
 
232
href="/usr/share/gtk-doc/html/camel/camel-camel-i18n.html#dgettext"
 
233
><code class="function">dgettext()</code></a>
229
234
</td>
230
235
</tr>
231
236
</tbody>
302
307
</tr>
303
308
<tr>
304
309
<td><p><span class="term"><em class="parameter"><code>textdomain</code></em> :</span></p></td>
305
 
<td> Domain name for <code class="function">dgettext()</code>
 
310
<td> Domain name for <a
 
311
href="/usr/share/gtk-doc/html/camel/camel-camel-i18n.html#dgettext"
 
312
><code class="function">dgettext()</code></a>
306
313
</td>
307
314
</tr>
308
315
<tr>
555
562
<a name="ibus-component-start"></a><h3>ibus_component_start ()</h3>
556
563
<pre class="programlisting"><a
557
564
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
558
 
>gboolean</a>            ibus_component_start                (<a class="link" href="IBusComponent.html" title="IBusComponent">IBusComponent</a> *component);</pre>
 
565
>gboolean</a>            ibus_component_start                (<a class="link" href="IBusComponent.html" title="IBusComponent">IBusComponent</a> *component,
 
566
                                                         <a
 
567
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"
 
568
>gboolean</a> verbose);</pre>
559
569
<p>
560
570
Whether the IBusComponent is started.</p>
561
571
<p>
569
579
</td>
570
580
</tr>
571
581
<tr>
 
582
<td><p><span class="term"><em class="parameter"><code>verbose</code></em> :</span></p></td>
 
583
<td> if redirect the child output to /dev/null
 
584
</td>
 
585
</tr>
 
586
<tr>
572
587
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
573
588
<td> TRUE if the component is started; FALSE otherwise.
574
589
</td>