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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Overview</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.74.3">
<link rel="home" href="index.html" title="IBus Reference Manual">
<link rel="up" href="index.html" title="IBus Reference Manual">
<link rel="prev" href="index.html" title="IBus Reference Manual">
<link rel="next" href="ch02.html" title="Panel (User Interfaces)">
<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="index.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<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="ch02.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
<div class="chapter" lang="en">
<div class="titlepage"><div><div><h2 class="title">
<a name="id3017958"></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,
	    and may D-Bus wrapper API.</p>
<p>According to the puroposes of modules, we categorized them into 4 parts:</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term">Panel</span></p></td>
<td><p>A IBus-panel is an UI which provides UI components such as language bar,
		      property buttons and so on.</p></td>
</tr>
<tr>
<td><p><span class="term">Input method engine (IME)</span></p></td>
<td><p>An Input method engine is an implementation of certain input method.
		      Here lists essential classes and functions for input method engine building,
		      such as engine specification, and class abstracts.</p></td>
</tr>
<tr>
<td><p><span class="term">Communication and Configuration</span></p></td>
<td><p>Here lists the service communication functions and
		      functions that handling configuration like save, load, and listening.</p></td>
</tr>
<tr>
<td><p><span class="term">Internal</span></p></td>
<td><p>Definition and functions for IBus internal use..</p></td>
</tr>
</tbody>
</table></div>
<p>Normally input method developers need only to read the first 2 parts and IBusConfig from the 3rd part.
      </p>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.11</div>
</body>
</html>