Revision: 160
Author: Shawn.P.Huang
Date: Sun Dec 13 22:58:22 2009
Log: Update ibus API documents
http://code.google.com/p/ibus/source/detail?r=160
Added:
/docs/ibus/IBusPanelService.html
Modified:
/docs/ibus/IBusAttribute.html
/docs/ibus/IBusService.html
/docs/ibus/ch01.html
/docs/ibus/ch02.html
/docs/ibus/ch03.html
/docs/ibus/ch04.html
/docs/ibus/ch05.html
/docs/ibus/index.html
=======================================
--- /dev/null
+++ /docs/ibus/IBusPanelService.html Sun Dec 13 22:58:22 2009
@@ -0,0 +1,372 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+<title>IBusPanelService</title>
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
+<link rel="home" href="index.html" title="IBus Reference Manual">
+<link rel="up" href="ch02.html" title="Panel (User Interfaces)">
+<link rel="prev" href="ch02.html" title="Panel (User Interfaces)">
+<link rel="next" href="IBusAttribute.html" title="IBusAttribute">
+<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
+<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="chapter" href="ch01.html" title="Overview">
+<link rel="chapter" href="ch02.html" title="Panel (User Interfaces)">
+<link rel="chapter" href="ch03.html" title="Input method engine">
+<link rel="chapter" href="ch04.html" title="Communication and
Configuration">
+<link rel="chapter" href="ch05.html" title="Internal">
+</head>
+<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">
+<table class="navigation" id="top" width="100%" summary="Navigation
header" cellpadding="2" cellspacing="2">
+<tr valign="middle">
+<td><a accesskey="p" href="ch02.html"><img src="left.png" width="24"
height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="u" href="ch02.html"><img src="up.png" width="24"
height="24" border="0" alt="Up"></a></td>
+<td><a accesskey="h" href="index.html"><img src="home.png" width="24"
height="24" border="0" alt="Home"></a></td>
+<th width="100%" align="center">IBus Reference Manual</th>
+<td><a accesskey="n" href="IBusAttribute.html"><img src="right.png"
width="24" height="24" border="0" alt="Next"></a></td>
+</tr>
+<tr><td colspan="5" class="shortcuts">
+<a href="#IBusPanelService.synopsis" class="shortcut">Top</a>
+ |
+ <a href="#IBusPanelService.description"
class="shortcut">Description</a>
+ |
+ <a href="#IBusPanelService.object-hierarchy"
class="shortcut">Object Hierarchy</a>
+ |
+ <a href="#IBusPanelService.properties"
class="shortcut">Properties</a>
+</td></tr>
+</table>
+<div class="refentry" title="IBusPanelService">
+<a name="IBusPanelService"></a><div class="titlepage"></div>
+<div class="refnamediv"><table width="100%"><tr>
+<td valign="top">
+<h2><span class="refentrytitle"><a
name="IBusPanelService.top_of_page"></a>IBusPanelService</span></h2>
+<p>IBusPanelService — Panel service back-end.</p>
+</td>
+<td valign="top" align="right"></td>
+</tr></table></div>
+<div class="refsect1" title="Stability Level">
+<a name="IBusPanelService.stability-level"></a><h2>Stability Level</h2>
+Stable, unless otherwise indicated
+</div>
+<div class="refsynopsisdiv" title="Synopsis">
+<a name="IBusPanelService.synopsis"></a><h2>Synopsis</h2>
+<pre class="synopsis">
+ <a class="link"
href="IBusPanelService.html#IBusPanelService-struct"
title="IBusPanelService">IBusPanelService</a>;
+<a class="link" href="IBusPanelService.html"
title="IBusPanelService">IBusPanelService</a> * <a class="link"
href="IBusPanelService.html#ibus-panel-service-new"
title="ibus_panel_service_new ()">ibus_panel_service_new</a>
(<a class="link" href="IBusConnection.html"
title="IBusConnection">IBusConnection</a> *connection);
+void <a class="link"
href="IBusPanelService.html#ibus-panel-service-candidate-clicked"
title="ibus_panel_service_candidate_clicked
()">ibus_panel_service_candidate_clicked</a>
+ (<a class="link"
href="IBusPanelService.html" title="IBusPanelService">IBusPanelService</a>
*panel,
+ <a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a> index,
+ <a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a> button,
+ <a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a> state);
+void <a class="link"
href="IBusPanelService.html#ibus-panel-service-cursor-down"
title="ibus_panel_service_cursor_down
()">ibus_panel_service_cursor_down</a> (<a class="link"
href="IBusPanelService.html" title="IBusPanelService">IBusPanelService</a>
*panel);
+void <a class="link"
href="IBusPanelService.html#ibus-panel-service-cursor-up"
title="ibus_panel_service_cursor_up
()">ibus_panel_service_cursor_up</a> (<a class="link"
href="IBusPanelService.html" title="IBusPanelService">IBusPanelService</a>
*panel);
+void <a class="link"
href="IBusPanelService.html#ibus-panel-service-page-down"
title="ibus_panel_service_page_down
()">ibus_panel_service_page_down</a> (<a class="link"
href="IBusPanelService.html" title="IBusPanelService">IBusPanelService</a>
*panel);
+void <a class="link"
href="IBusPanelService.html#ibus-panel-service-page-up"
title="ibus_panel_service_page_up
()">ibus_panel_service_page_up</a> (<a class="link"
href="IBusPanelService.html" title="IBusPanelService">IBusPanelService</a>
*panel);
+void <a class="link"
href="IBusPanelService.html#ibus-panel-service-property-active"
title="ibus_panel_service_property_active
()">ibus_panel_service_property_active</a> (<a class="link"
href="IBusPanelService.html" title="IBusPanelService">IBusPanelService</a>
*panel,
+ const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *prop_name,
+ int prop_state);
+void <a class="link"
href="IBusPanelService.html#ibus-panel-service-property-show"
title="ibus_panel_service_property_show
()">ibus_panel_service_property_show</a> (<a class="link"
href="IBusPanelService.html" title="IBusPanelService">IBusPanelService</a>
*panel,
+ const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *prop_name);
+void <a class="link"
href="IBusPanelService.html#ibus-panel-service-property-hide"
title="ibus_panel_service_property_hide
()">ibus_panel_service_property_hide</a> (<a class="link"
href="IBusPanelService.html" title="IBusPanelService">IBusPanelService</a>
*panel,
+ const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *prop_name);
+</pre>
+</div>
+<div class="refsect1" title="Object Hierarchy">
+<a name="IBusPanelService.object-hierarchy"></a><h2>Object Hierarchy</h2>
+<pre class="synopsis">
+ <a
+href="../gobject/gobject-The-Base-Object-Type.html#GObject"
+>GObject</a>
+ +----<a
+href="../gobject/gobject-The-Base-Object-Type.html#GInitiallyUnowned"
+>GInitiallyUnowned</a>
+ +----<a class="link" href="IBusObject.html"
title="IBusObject">IBusObject</a>
+ +----<a class="link" href="IBusService.html"
title="IBusService">IBusService</a>
+ +----IBusPanelService
+</pre>
+</div>
+<div class="refsect1" title="Properties">
+<a name="IBusPanelService.properties"></a><h2>Properties</h2>
+<pre class="synopsis">
+ "<a class="link"
href="IBusPanelService.html#IBusPanelService--connection"
title='The "connection" property'>connection</a>" <a
class="link" href="IBusConnection.html"
title="IBusConnection">IBusConnection</a>* : Read / Write / Construct
Only
+</pre>
+</div>
+<div class="refsect1" title="Description">
+<a name="IBusPanelService.description"></a><h2>Description</h2>
+<p>
+An IBusPanelService is a base class for UI services.
+Developers can "extend" this class for panel UI development.</p>
+<p>
+</p>
+</div>
+<div class="refsect1" title="Details">
+<a name="IBusPanelService.details"></a><h2>Details</h2>
+<div class="refsect2" title="IBusPanelService">
+<a name="IBusPanelService-struct"></a><h3>IBusPanelService</h3>
+<pre class="programlisting">typedef struct _IBusPanelService
IBusPanelService;</pre>
+<p>
+</p>
+<p>
+</p>
+</div>
+<hr>
+<div class="refsect2" title="ibus_panel_service_new ()">
+<a name="ibus-panel-service-new"></a><h3>ibus_panel_service_new ()</h3>
+<pre class="programlisting"><a class="link" href="IBusPanelService.html"
title="IBusPanelService">IBusPanelService</a> *
ibus_panel_service_new (<a class="link"
href="IBusConnection.html" title="IBusConnection">IBusConnection</a>
*connection);</pre>
+<p>
+New an IBusPanelService from an IBusConnection.</p>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em
class="parameter"><code>connection</code></em> :</span></p></td>
+<td> An IBusConnection.
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><span
class="emphasis"><em>Returns</em></span> :</span></p></td>
+<td> A newly allocated IBusPanelService.
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="ibus_panel_service_candidate_clicked ()">
+<a
name="ibus-panel-service-candidate-clicked"></a><h3>ibus_panel_service_candidate_clicked
()</h3>
+<pre class="programlisting">void
ibus_panel_service_candidate_clicked
+ (<a class="link"
href="IBusPanelService.html" title="IBusPanelService">IBusPanelService</a>
*panel,
+ <a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a> index,
+ <a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a> button,
+ <a
+href="../glib/glib-Basic-Types.html#guint"
+>guint</a> state);</pre>
+<p>
+Notify that a candidate is clicked
+by sending a "CandidateClicked" to IBus service.</p>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em
class="parameter"><code>panel</code></em> :</span></p></td>
+<td> An IBusPanelService
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em
class="parameter"><code>index</code></em> :</span></p></td>
+<td> Index in the Lookup table
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em
class="parameter"><code>button</code></em> :</span></p></td>
+<td> GdkEventButton::button (1: left button, etc.)
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em
class="parameter"><code>state</code></em> :</span></p></td>
+<td> GdkEventButton::state (key modifier flags)
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="ibus_panel_service_cursor_down ()">
+<a
name="ibus-panel-service-cursor-down"></a><h3>ibus_panel_service_cursor_down
()</h3>
+<pre class="programlisting">void
ibus_panel_service_cursor_down (<a class="link"
href="IBusPanelService.html" title="IBusPanelService">IBusPanelService</a>
*panel);</pre>
+<p>
+Notify that the cursor is down
+by sending a "CursorDown" to IBus service.</p>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><em
class="parameter"><code>panel</code></em> :</span></p></td>
+<td> An IBusPanelService
+</td>
+</tr></tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="ibus_panel_service_cursor_up ()">
+<a
name="ibus-panel-service-cursor-up"></a><h3>ibus_panel_service_cursor_up
()</h3>
+<pre class="programlisting">void
ibus_panel_service_cursor_up (<a class="link"
href="IBusPanelService.html" title="IBusPanelService">IBusPanelService</a>
*panel);</pre>
+<p>
+Notify that the cursor is up
+by sending a "CursorUp" to IBus service.</p>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><em
class="parameter"><code>panel</code></em> :</span></p></td>
+<td> An IBusPanelService
+</td>
+</tr></tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="ibus_panel_service_page_down ()">
+<a
name="ibus-panel-service-page-down"></a><h3>ibus_panel_service_page_down
()</h3>
+<pre class="programlisting">void
ibus_panel_service_page_down (<a class="link"
href="IBusPanelService.html" title="IBusPanelService">IBusPanelService</a>
*panel);</pre>
+<p>
+Notify that the page is down
+by sending a "PageDown" to IBus service.</p>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><em
class="parameter"><code>panel</code></em> :</span></p></td>
+<td> An IBusPanelService
+</td>
+</tr></tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="ibus_panel_service_page_up ()">
+<a name="ibus-panel-service-page-up"></a><h3>ibus_panel_service_page_up
()</h3>
+<pre class="programlisting">void
ibus_panel_service_page_up (<a class="link"
href="IBusPanelService.html" title="IBusPanelService">IBusPanelService</a>
*panel);</pre>
+<p>
+Notify that the page is up
+by sending a "PageUp" to IBus service.</p>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody><tr>
+<td><p><span class="term"><em
class="parameter"><code>panel</code></em> :</span></p></td>
+<td> An IBusPanelService
+</td>
+</tr></tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="ibus_panel_service_property_active ()">
+<a
name="ibus-panel-service-property-active"></a><h3>ibus_panel_service_property_active
()</h3>
+<pre class="programlisting">void
ibus_panel_service_property_active (<a class="link"
href="IBusPanelService.html" title="IBusPanelService">IBusPanelService</a>
*panel,
+ const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *prop_name,
+ int
prop_state);</pre>
+<p>
+Notify that a property is active
+by sending a "PropertyActivate" message to IBus service.</p>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em
class="parameter"><code>panel</code></em> :</span></p></td>
+<td> An IBusPanelService
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em
class="parameter"><code>prop_name</code></em> :</span></p></td>
+<td> A property name
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em
class="parameter"><code>prop_state</code></em> :</span></p></td>
+<td> State of the property
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="ibus_panel_service_property_show ()">
+<a
name="ibus-panel-service-property-show"></a><h3>ibus_panel_service_property_show
()</h3>
+<pre class="programlisting">void
ibus_panel_service_property_show (<a class="link"
href="IBusPanelService.html" title="IBusPanelService">IBusPanelService</a>
*panel,
+ const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *prop_name);</pre>
+<p>
+Notify that a property is shown
+by sending a "ValueChanged" message to IBus service.</p>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em
class="parameter"><code>panel</code></em> :</span></p></td>
+<td> An IBusPanelService
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em
class="parameter"><code>prop_name</code></em> :</span></p></td>
+<td> A property name
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+<hr>
+<div class="refsect2" title="ibus_panel_service_property_hide ()">
+<a
name="ibus-panel-service-property-hide"></a><h3>ibus_panel_service_property_hide
()</h3>
+<pre class="programlisting">void
ibus_panel_service_property_hide (<a class="link"
href="IBusPanelService.html" title="IBusPanelService">IBusPanelService</a>
*panel,
+ const <a
+href="../glib/glib-Basic-Types.html#gchar"
+>gchar</a> *prop_name);</pre>
+<p>
+Notify that a property is hidden
+by sending a "ValueChanged" message to IBus service.</p>
+<p>
+</p>
+<div class="variablelist"><table border="0">
+<col align="left" valign="top">
+<tbody>
+<tr>
+<td><p><span class="term"><em
class="parameter"><code>panel</code></em> :</span></p></td>
+<td> An IBusPanelService
+</td>
+</tr>
+<tr>
+<td><p><span class="term"><em
class="parameter"><code>prop_name</code></em> :</span></p></td>
+<td> A property name
+</td>
+</tr>
+</tbody>
+</table></div>
+</div>
+</div>
+<div class="refsect1" title="Property Details">
+<a name="IBusPanelService.property-details"></a><h2>Property Details</h2>
+<div class="refsect2" title='The "connection" property'>
+<a name="IBusPanelService--connection"></a><h3>The <code
class="literal">"connection"</code> property</h3>
+<pre class="programlisting"> "connection" <a class="link"
href="IBusConnection.html"
title="IBusConnection">IBusConnection</a>* : Read / Write / Construct
Only</pre>
+<p>
+Connection of this IBusPanelService.</p>
+<p>
+</p>
+</div>
+</div>
+</div>
+<div class="footer">
+<hr>
+ Generated by GTK-Doc V1.11</div>
+</body>
+</html>
=======================================
--- /docs/ibus/IBusAttribute.html Sun Dec 13 20:42:28 2009
+++ /docs/ibus/IBusAttribute.html Sun Dec 13 22:58:22 2009
@@ -6,7 +6,7 @@
<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="IBus Reference Manual">
<link rel="up" href="ch02.html" title="Panel (User Interfaces)">
-<link rel="prev" href="ch02.html" title="Panel (User Interfaces)">
+<link rel="prev" href="IBusPanelService.html" title="IBusPanelService">
<link rel="next" href="IBusHotkeyProfile.html" title="IBusHotkeyProfile">
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
@@ -19,7 +19,7 @@
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084"
alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation
header" cellpadding="2" cellspacing="2">
<tr valign="middle">
-<td><a accesskey="p" href="ch02.html"><img src="left.png" width="24"
height="24" border="0" alt="Prev"></a></td>
+<td><a accesskey="p" href="IBusPanelService.html"><img src="left.png"
width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="ch02.html"><img src="up.png" width="24"
height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24"
height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">IBus Reference Manual</th>
=======================================
--- /docs/ibus/IBusService.html Sun Dec 13 20:42:28 2009
+++ /docs/ibus/IBusService.html Sun Dec 13 22:58:22 2009
@@ -119,6 +119,7 @@
+----<a class="link" href="IBusConfigService.html"
title="IBusConfigService">IBusConfigService</a>
+----<a class="link" href="IBusEngine.html"
title="IBusEngine">IBusEngine</a>
+----<a class="link" href="IBusFactory.html"
title="IBusFactory">IBusFactory</a>
+ +----<a class="link" href="IBusPanelService.html"
title="IBusPanelService">IBusPanelService</a>
</pre>
</div>
<div class="refsect1" title="Properties">
=======================================
--- /docs/ibus/ch01.html Sun Dec 13 20:42:28 2009
+++ /docs/ibus/ch01.html Sun Dec 13 22:58:22 2009
@@ -26,7 +26,7 @@
</tr></table>
<div class="chapter" title="Overview">
<div class="titlepage"><div><div><h2 class="title">
-<a name="id2577163"></a>Overview</h2></div></div></div>
+<a name="id2581259"></a>Overview</h2></div></div></div>
<p>This manual is the API specification for the IBus.
IBus is built upon GObject and D-Bus,
so you may find that modules are named as classes and objects in
the
sense of GObject,
=======================================
--- /docs/ibus/ch02.html Sun Dec 13 20:42:28 2009
+++ /docs/ibus/ch02.html Sun Dec 13 22:58:22 2009
@@ -7,7 +7,7 @@
<link rel="home" href="index.html" title="IBus Reference Manual">
<link rel="up" href="index.html" title="IBus Reference Manual">
<link rel="prev" href="ch01.html" title="Overview">
-<link rel="next" href="IBusAttribute.html" title="IBusAttribute">
+<link rel="next" href="IBusPanelService.html" title="IBusPanelService">
<meta name="generator" content="GTK-Doc V1.11 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="chapter" href="ch01.html" title="Overview">
@@ -22,13 +22,16 @@
<td> </td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24"
height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">IBus Reference Manual</th>
-<td><a accesskey="n" href="IBusAttribute.html"><img src="right.png"
width="24" height="24" border="0" alt="Next"></a></td>
+<td><a accesskey="n" href="IBusPanelService.html"><img src="right.png"
width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter" title="Panel (User Interfaces)">
<div class="titlepage"><div><div><h2 class="title">
-<a name="id2543355"></a>Panel (User Interfaces)</h2></div></div></div>
+<a name="id2547451"></a>Panel (User Interfaces)</h2></div></div></div>
<div class="toc"><dl>
<dt>
+<span class="refentrytitle"><a
href="IBusPanelService.html">IBusPanelService</a></span><span
class="refpurpose"> — Panel service back-end.</span>
+</dt>
+<dt>
<span class="refentrytitle"><a
href="IBusAttribute.html">IBusAttribute</a></span><span class="refpurpose">
— Attributes of IBusText.</span>
</dt>
<dt>
=======================================
--- /docs/ibus/ch03.html Sun Dec 13 20:42:28 2009
+++ /docs/ibus/ch03.html Sun Dec 13 22:58:22 2009
@@ -26,7 +26,7 @@
</tr></table>
<div class="chapter" title="Input method engine">
<div class="titlepage"><div><div><h2 class="title">
-<a name="id2577223"></a>Input method engine</h2></div></div></div>
+<a name="id2581323"></a>Input method engine</h2></div></div></div>
<div class="toc"><dl>
<dt>
<span class="refentrytitle"><a
href="IBusComponent.html">IBusComponent</a></span><span class="refpurpose">
— Component (executable) specification.</span>
=======================================
--- /docs/ibus/ch04.html Sun Dec 13 20:42:28 2009
+++ /docs/ibus/ch04.html Sun Dec 13 22:58:22 2009
@@ -26,7 +26,7 @@
</tr></table>
<div class="chapter" title="Communication and Configuration">
<div class="titlepage"><div><div><h2 class="title">
-<a name="id2537901"></a>Communication and
Configuration</h2></div></div></div>
+<a name="id2542000"></a>Communication and
Configuration</h2></div></div></div>
<div class="toc"><dl>
<dt>
<span class="refentrytitle"><a href="IBusBus.html">IBusBus</a></span><span
class="refpurpose"> — Connect with IBus daemon.</span>
=======================================
--- /docs/ibus/ch05.html Sun Dec 13 20:42:28 2009
+++ /docs/ibus/ch05.html Sun Dec 13 22:58:22 2009
@@ -26,7 +26,7 @@
</tr></table>
<div class="chapter" title="Internal">
<div class="titlepage"><div><div><h2 class="title">
-<a name="id2537964"></a>Internal</h2></div></div></div>
+<a name="id2542064"></a>Internal</h2></div></div></div>
<div class="toc"><dl>
<dt>
<span class="refentrytitle"><a
href="ibus-ibusdebug.html">ibusdebug</a></span><span class="refpurpose"> —
Debug message output.</span>
=======================================
--- /docs/ibus/index.html Sun Dec 13 20:40:26 2009
+++ /docs/ibus/index.html Sun Dec 13 22:58:22 2009
@@ -32,6 +32,9 @@
<dt><span class="chapter"><a href="ch02.html">Panel (User
Interfaces)</a></span></dt>
<dd><dl>
<dt>
+<span class="refentrytitle"><a
href="IBusPanelService.html">IBusPanelService</a></span><span
class="refpurpose"> — Panel service back-end.</span>
+</dt>
+<dt>
<span class="refentrytitle"><a
href="IBusAttribute.html">IBusAttribute</a></span><span class="refpurpose">
— Attributes of IBusText.</span>
</dt>
<dt>
--
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en