Minor arrangement for gtk-doc.

This commit is contained in:
Daiki Ueno
2010-06-04 14:23:23 +09:00
parent 410e8039ca
commit 66f6fae181
12 changed files with 58 additions and 68 deletions

View File

@ -24,6 +24,8 @@
G_BEGIN_DECLS
typedef struct _EekKeyboard EekKeyboard;
/**
* EekKeysymMatrix:
* @data: array of keysyms
@ -73,8 +75,8 @@ struct _EekBounds
{
gdouble x;
gdouble y;
gdouble w;
gdouble h;
gdouble width;
gdouble height;
};
typedef struct _EekBounds EekBounds;
@ -100,10 +102,5 @@ typedef struct _EekOutline EekOutline;
#define EEK_TYPE_OUTLINE (eek_outline_get_type ())
GType eek_outline_get_type (void) G_GNUC_CONST;
/* dummy */
typedef struct _EekKeyboard EekKeyboard;
typedef struct _EekSection EekSection;
typedef struct _EekKey EekKey;
G_END_DECLS
#endif /* EEK_TYPES_H */