diff options
author | dchen@redhat.com <dchen@dchen.redhat.com> | 2009-02-11 14:53:36 +1000 |
---|---|---|
committer | dchen@redhat.com <dchen@dchen.redhat.com> | 2009-02-11 14:53:36 +1000 |
commit | 445d68d0a6ad1403f1c834067a2f04ffd06d485f (patch) | |
tree | 5485c3245b587867ce55e13947b1ca5b031caf7e /src/ibusobject.h | |
parent | 6efe1f458592c018d93714bda85d65d0ddd13687 (diff) | |
download | ibus-445d68d0a6ad1403f1c834067a2f04ffd06d485f.tar.gz ibus-445d68d0a6ad1403f1c834067a2f04ffd06d485f.tar.xz ibus-445d68d0a6ad1403f1c834067a2f04ffd06d485f.zip |
API DOC
Diffstat (limited to 'src/ibusobject.h')
-rw-r--r-- | src/ibusobject.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ibusobject.h b/src/ibusobject.h index 2c09882..36e8fc9 100644 --- a/src/ibusobject.h +++ b/src/ibusobject.h @@ -17,6 +17,13 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ +/** + * SECTION: ibusobject + * @short_description: Base Object of iBus. + * @stability: Stable + * + * iBus Object is the base object for all objects in iBus. + */ #ifndef __IBUS_OBJECT_H_ #define __IBUS_OBJECT_H_ |