summaryrefslogtreecommitdiff
path: root/gtk/gtkimcontextsimple.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-07-08 17:59:50 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-07-13 22:03:23 -0400
commit54dffa07f309c90677ae57eea8feb41acc5be717 (patch)
treec4f24ec9e6e61cfe106c2e00d549ee1568be0fc3 /gtk/gtkimcontextsimple.h
parent1cff4bb27ae2abe421a062c6ea8c1fda56151425 (diff)
downloadgtk+-54dffa07f309c90677ae57eea8feb41acc5be717.tar.gz
composetable: Drop GtkComposeTableCompact
All tables use the compact format now, and we generate caches in that format too. Bump the cache version to 3 for this. Replace the python script for generating the builtin table by a small C program using the same code to generate the data for the builtin table. This drops the restriction on only generating a single character in the builtin sequences.
Diffstat (limited to 'gtk/gtkimcontextsimple.h')
-rw-r--r--gtk/gtkimcontextsimple.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkimcontextsimple.h b/gtk/gtkimcontextsimple.h
index 7bd4454b1c..c2629a8fdd 100644
--- a/gtk/gtkimcontextsimple.h
+++ b/gtk/gtkimcontextsimple.h
@@ -63,11 +63,11 @@ GType gtk_im_context_simple_get_type (void) G_GNUC_CONST;
GDK_AVAILABLE_IN_ALL
GtkIMContext *gtk_im_context_simple_new (void);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_4_4_FOR(gtk_im_context_simple_add_compose_file)
void gtk_im_context_simple_add_table (GtkIMContextSimple *context_simple,
- guint16 *data,
- int max_seq_len,
- int n_seqs);
+ guint16 *data,
+ int max_seq_len,
+ int n_seqs);
GDK_AVAILABLE_IN_ALL
void gtk_im_context_simple_add_compose_file (GtkIMContextSimple *context_simple,
const char *compose_file);