| Top |
| TomoeQuery * | tomoe_query_new () |
| const gchar * | tomoe_query_get_utf8 () |
| void | tomoe_query_set_utf8 () |
| void | tomoe_query_add_reading () |
| const GList * | tomoe_query_get_readings () |
| void | tomoe_query_add_radical () |
| const GList * | tomoe_query_get_radicals () |
| void | tomoe_query_set_variant () |
| const gchar * | tomoe_query_get_variant () |
| void | tomoe_query_set_min_n_strokes () |
| gint | tomoe_query_get_min_n_strokes () |
| void | tomoe_query_set_max_n_strokes () |
| gint | tomoe_query_get_max_n_strokes () |
| void | tomoe_query_set_writing () |
| TomoeWriting * | tomoe_query_get_writing () |
| gboolean | tomoe_query_is_empty () |
| int | max-n-strokes | Read / Write |
| int | min-n-strokes | Read / Write |
| char * | utf8 | Read / Write |
| TomoeWriting * | writing | Read / Write |
void tomoe_query_set_min_n_strokes (TomoeQuery *query,gint n_strokes);
void tomoe_query_set_max_n_strokes (TomoeQuery *query,gint n_strokes);
“max-n-strokes” property “max-n-strokes” int
Maximum number of strokes of searched character.
Owner: TomoeQuery
Flags: Read / Write
Allowed values: >= -2
Default value: -1
“min-n-strokes” property “min-n-strokes” int
Minimum number of strokes of searched character.
Owner: TomoeQuery
Flags: Read / Write
Allowed values: >= -2
Default value: -1
“utf8” property “utf8” char *
UTF8 encoding of searched character.
Owner: TomoeQuery
Flags: Read / Write
Default value: NULL
“writing” property“writing” TomoeWriting *
Writing of searched character.
Owner: TomoeQuery
Flags: Read / Write