![]() |
![]() |
![]() |
TOMOE Reference Manual | ![]() |
---|---|---|---|---|
TomoeQuery; TomoeQuery* tomoe_query_new (void); void tomoe_query_add_reading (TomoeQuery *query, TomoeReading *reading); const GList* tomoe_query_get_readings (TomoeQuery *query); void tomoe_query_add_radical (TomoeQuery *query, TomoeChar *chr); void tomoe_query_set_writing (TomoeQuery *query, TomoeWriting *writing); TomoeWriting* tomoe_query_get_writing (TomoeQuery *query);
void tomoe_query_add_reading (TomoeQuery *query, TomoeReading *reading);
query : |
|
reading : |
const GList* tomoe_query_get_readings (TomoeQuery *query);
query : |
|
Returns : |
void tomoe_query_add_radical (TomoeQuery *query, TomoeChar *chr);
query : |
|
chr : |
void tomoe_query_set_writing (TomoeQuery *query, TomoeWriting *writing);
query : |
|
writing : |
TomoeWriting* tomoe_query_get_writing (TomoeQuery *query);
query : |
|
Returns : |