diff options
author | Evan Nemerson <evan@nemerson.com> | 2014-05-26 09:29:56 -0700 |
---|---|---|
committer | Evan Nemerson <evan@nemerson.com> | 2014-05-27 21:10:32 -0700 |
commit | e596e58c51a2f25c8ff4d35dea2bb77751b2f105 (patch) | |
tree | 0729c0ff46a9e9593693c0c6f6513e9a5f7ac1a5 /gtk/gtkimcontextsimple.c | |
parent | e568903360be156973c5767cda2f3248e722d507 (diff) | |
download | gtk+-e596e58c51a2f25c8ff4d35dea2bb77751b2f105.tar.gz |
gtk: port missing array annotations from Vala bindings
https://bugzilla.gnome.org/show_bug.cgi?id=730745
Diffstat (limited to 'gtk/gtkimcontextsimple.c')
-rw-r--r-- | gtk/gtkimcontextsimple.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c index ae9ec48701..41ab8c29a9 100644 --- a/gtk/gtkimcontextsimple.c +++ b/gtk/gtkimcontextsimple.c @@ -1213,7 +1213,7 @@ gtk_im_context_simple_get_preedit_string (GtkIMContext *context, /** * gtk_im_context_simple_add_table: (skip) * @context_simple: A #GtkIMContextSimple - * @data: the table + * @data: (array): the table * @max_seq_len: Maximum length of a sequence in the table * (cannot be greater than #GTK_MAX_COMPOSE_LEN) * @n_seqs: number of sequences in the table |