diff options
Diffstat (limited to 'gtk/gtkcomposetable.c')
-rw-r--r-- | gtk/gtkcomposetable.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkcomposetable.c b/gtk/gtkcomposetable.c index c355c6a7bd..4ae96c2350 100644 --- a/gtk/gtkcomposetable.c +++ b/gtk/gtkcomposetable.c @@ -415,7 +415,7 @@ gtk_compose_list_format_for_gtk (GList *compose_list, return compose_list; } -static gint +static int gtk_compose_data_compare (gpointer a, gpointer b, gpointer data) @@ -595,7 +595,7 @@ gtk_compose_table_serialize (GtkComposeTable *compose_table, return contents; } -static gint +static int gtk_compose_table_find (gconstpointer data1, gconstpointer data2) { @@ -830,8 +830,8 @@ gtk_compose_table_new_with_file (const gchar *compose_file) GSList * gtk_compose_table_list_add_array (GSList *compose_tables, const guint16 *data, - gint max_seq_len, - gint n_seqs) + int max_seq_len, + int n_seqs) { guint32 hash; GtkComposeTable *compose_table; |