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

@ -18,6 +18,11 @@
* 02110-1301 USA
*/
/**
* SECTION:eek-text
* @short_description: an #EekText represents a text symbol
*/
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif /* HAVE_CONFIG_H */
@ -166,6 +171,12 @@ eek_text_new (const gchar *text)
NULL);
}
/**
* eek_text_get_text:
* @text: an #EekText
*
* Get a text value associated with @text
*/
const gchar *
eek_text_get_text (EekText *text)
{