diff options
Diffstat (limited to 'gtk/gtkcomposetable.h')
-rw-r--r-- | gtk/gtkcomposetable.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gtk/gtkcomposetable.h b/gtk/gtkcomposetable.h index 1398559a66..584849f747 100644 --- a/gtk/gtkcomposetable.h +++ b/gtk/gtkcomposetable.h @@ -80,9 +80,14 @@ gboolean gtk_compose_table_check (const GtkComposeTable *table, gboolean *compose_match, GString *output); +void gtk_compose_table_get_prefix (const GtkComposeTable *table, + const guint16 *compose_buffer, + int n_compose, + int *prefix); + gboolean gtk_check_algorithmically (const guint16 *compose_buffer, int n_compose, - gunichar *output); + GString *output); guint32 gtk_compose_table_data_hash (const guint16 *data, int max_seq_len, |