diff options
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_ |