diff options
Diffstat (limited to 'pango/pango-renderer.c')
-rw-r--r-- | pango/pango-renderer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-renderer.c b/pango/pango-renderer.c index 19d333d6..882f497c 100644 --- a/pango/pango-renderer.c +++ b/pango/pango-renderer.c @@ -1181,8 +1181,8 @@ pango_renderer_set_color (PangoRenderer *renderer, * * Gets the current rendering color for the specified part. * - * Return value: the color for the specified part, or %NULL - * if it hasn't been set and should be inherited from the + * Return value: (transfer non): the color for the specified part, or + * %NULL if it hasn't been set and should be inherited from the * environment. * * Since: 1.8 |