![]() |
![]() |
![]() |
Tomoe Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
TomoeReadingTomoeReading — An object of reading data of TomoeChar. |
struct TomoeReading; enum TomoeReadingType; TomoeReading * tomoe_reading_new (TomoeReadingType type
,const gchar *reading
); TomoeReadingType tomoe_reading_get_reading_type (TomoeReading *reading
); const gchar * tomoe_reading_get_reading (TomoeReading *reading
); gchar * tomoe_reading_to_xml (TomoeReading *reading
);
"reading" gchar* : Read / Write / Construct Only "type" TomoeReadingType : Read / Write / Construct Only
struct TomoeReading;
The TomoeReading struct contains only private fields and should not be directly accessed.
typedef enum { TOMOE_READING_INVALID, TOMOE_READING_UNKNOWN, TOMOE_READING_JA_ON, TOMOE_READING_JA_KUN } TomoeReadingType;
TomoeReading * tomoe_reading_new (TomoeReadingType type
,const gchar *reading
);
TomoeReadingType tomoe_reading_get_reading_type (TomoeReading *reading
);
"reading"
property "reading" gchar* : Read / Write / Construct Only
Reading of the reading.
Default value: NULL
"type"
property"type" TomoeReadingType : Read / Write / Construct Only
A type of the reading.
Default value: TOMOE_READING_INVALID