diff options
author | Timm Bäder <mail@baedert.org> | 2017-10-08 17:42:41 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2017-10-10 09:49:35 +0200 |
commit | c1af127c2895492eae8ba90a3cb2259708a58b52 (patch) | |
tree | 102b4d3b42c4a495e7fb6b671c54df4b80389ace /gtk/gtkstylecontext.c | |
parent | 63eb3517be7b812759ecc663b667432532174ffe (diff) | |
download | gtk+-c1af127c2895492eae8ba90a3cb2259708a58b52.tar.gz |
stylecontext: Fix doc comment
There is no @cr here anymore.
Diffstat (limited to 'gtk/gtkstylecontext.c')
-rw-r--r-- | gtk/gtkstylecontext.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstylecontext.c b/gtk/gtkstylecontext.c index 2ee072c348..12148cf169 100644 --- a/gtk/gtkstylecontext.c +++ b/gtk/gtkstylecontext.c @@ -1955,7 +1955,7 @@ gtk_render_insertion_cursor (GtkStyleContext *context, * @index: the index in the #PangoLayout * @direction: the #PangoDirection of the text * - * Draws a text caret on @cr at the specified index of @layout. + * Draws a text caret using @snapshot at the specified index of @layout. * * Since: 3.90 **/ |