diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2014-05-08 17:00:30 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2014-05-08 17:00:30 -0400 |
commit | 17fc3aad5a0084ac8c31b09807bf8e03a01569b5 (patch) | |
tree | 64445f76713b3240234d25d4aa10d22ba7cc4ff9 /pango/pango-renderer.c | |
parent | 6a7834465b3e188744673f8e335737464e4d15de (diff) | |
download | pango-17fc3aad5a0084ac8c31b09807bf8e03a01569b5.tar.gz |
Bug 729840 - Missing annotation for get_color
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 |