diff options
author | Matthias Clasen <mclasen@redhat.com> | 2012-05-25 22:58:55 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2012-05-25 22:58:55 -0400 |
commit | d1b5d0567bc1086938a66576d291c9c93c4a4673 (patch) | |
tree | 3441f87a58657907cbdf46d501a896ac2f7691a0 /gtk/gtkimcontext.c | |
parent | 46cc815829639deaa8b027508fb1054821127c83 (diff) | |
download | gtk+-d1b5d0567bc1086938a66576d291c9c93c4a4673.tar.gz |
Fix doc comment
The introspection annotation for gtk_im_context_get_surrounding
was missing a :.
Diffstat (limited to 'gtk/gtkimcontext.c')
-rw-r--r-- | gtk/gtkimcontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkimcontext.c b/gtk/gtkimcontext.c index ab47d81249..eb5b98183f 100644 --- a/gtk/gtkimcontext.c +++ b/gtk/gtkimcontext.c @@ -622,7 +622,7 @@ gtk_im_context_set_surrounding (GtkIMContext *context, * string of text holding context around the insertion point. * If the function returns %TRUE, then you must free the result * stored in this location with g_free(). - * @cursor_index: (out) location to store byte index of the insertion + * @cursor_index: (out): location to store byte index of the insertion * cursor within @text. * * Retrieves context around the insertion point. Input methods |