mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-28 14:31:10 +00:00
Fix doc comment
The introspection annotation for gtk_im_context_get_surrounding was missing a :.
This commit is contained in:
parent
46cc815829
commit
d1b5d0567b
@ -622,7 +622,7 @@ gtk_im_context_set_surrounding (GtkIMContext *context,
|
|||||||
* string of text holding context around the insertion point.
|
* string of text holding context around the insertion point.
|
||||||
* If the function returns %TRUE, then you must free the result
|
* If the function returns %TRUE, then you must free the result
|
||||||
* stored in this location with g_free().
|
* 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.
|
* cursor within @text.
|
||||||
*
|
*
|
||||||
* Retrieves context around the insertion point. Input methods
|
* Retrieves context around the insertion point. Input methods
|
||||||
|
Loading…
Reference in New Issue
Block a user