diff options
author | Matthias Clasen <mclasen@redhat.com> | 2016-11-19 13:30:02 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2016-11-19 13:30:02 -0500 |
commit | b0feee803fe81a470178b94f726ca180b9d0c202 (patch) | |
tree | ac47cf6468bdad4e3d60b96d1c6bb873800abe70 /gtk/gtkimcontextsimple.c | |
parent | 6734f354b4687945d3a9e6cf398d076103ae6601 (diff) | |
download | gtk+-b0feee803fe81a470178b94f726ca180b9d0c202.tar.gz |
Add a since tag
Diffstat (limited to 'gtk/gtkimcontextsimple.c')
-rw-r--r-- | gtk/gtkimcontextsimple.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtkimcontextsimple.c b/gtk/gtkimcontextsimple.c index 651192977b..a4b4a50d87 100644 --- a/gtk/gtkimcontextsimple.c +++ b/gtk/gtkimcontextsimple.c @@ -1420,7 +1420,7 @@ gtk_im_context_simple_set_client_window (GtkIMContext *context, * @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 - * + * * Adds an additional table to search to the input context. * Each row of the table consists of @max_seq_len key symbols * followed by two #guint16 interpreted as the high and low @@ -1453,6 +1453,8 @@ gtk_im_context_simple_add_table (GtkIMContextSimple *context_simple, * @compose_file: The path of compose file * * Adds an additional table from the X11 compose file. + * + * Since: 3.20 */ void gtk_im_context_simple_add_compose_file (GtkIMContextSimple *context_simple, |