diff options
Diffstat (limited to 'gdk/gdkpango.c')
-rw-r--r-- | gdk/gdkpango.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdk/gdkpango.c b/gdk/gdkpango.c index 8d9dcdf579..e3fb0c6477 100644 --- a/gdk/gdkpango.c +++ b/gdk/gdkpango.c @@ -212,7 +212,7 @@ layout_iter_get_line_clip_region (PangoLayoutIter *iter, * the clip region. The clip region is mainly useful for highlightling parts * of text, such as when text is selected. * - * Return value: a clip region containing the given ranges + * Returns: a clip region containing the given ranges **/ cairo_region_t* gdk_pango_layout_line_get_clip_region (PangoLayoutLine *line, @@ -256,7 +256,7 @@ gdk_pango_layout_line_get_clip_region (PangoLayoutLine *line, * the clip region. The clip region is mainly useful for highlightling parts * of text, such as when text is selected. * - * Return value: a clip region containing the given ranges + * Returns: a clip region containing the given ranges **/ cairo_region_t* gdk_pango_layout_get_clip_region (PangoLayout *layout, @@ -317,7 +317,7 @@ gdk_pango_layout_get_clip_region (PangoLayout *layout, * is more convenient if you want to keep a context around and track * changes to the screen’s font rendering settings. * - * Return value: (transfer full): a new #PangoContext for the default display + * Returns: (transfer full): a new #PangoContext for the default display **/ PangoContext * gdk_pango_context_get (void) @@ -343,7 +343,7 @@ gdk_pango_context_get (void) * is more convenient if you want to keep a context around and track * changes to the screen’s font rendering settings. * - * Return value: (transfer full): a new #PangoContext for @screen + * Returns: (transfer full): a new #PangoContext for @screen * * Since: 2.2 **/ |