Fix eek-0.90 vala binding.

Mark struct types in eek-0.90.metadata; add eek-text.h to eek-0.90.files.
This commit is contained in:
Daiki Ueno
2011-10-12 10:59:53 +09:00
parent 9490428535
commit 4427f81dd9
5 changed files with 75 additions and 3 deletions

View File

@ -39,6 +39,12 @@ G_BEGIN_DECLS
typedef struct _EekTextClass EekTextClass;
typedef struct _EekTextPrivate EekTextPrivate;
/**
* EekText:
*
* The #EekText structure contains only private data and should only
* be accessed using the provided API.
*/
struct _EekText {
/*< private >*/
EekSymbol parent;