diff options
author | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 17:20:46 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@gnome.org> | 2011-04-25 17:20:46 +0100 |
commit | 139b37c44c297e009ece5a8efa040f36125e8acb (patch) | |
tree | b0173788176c5d45af616fdba889aaabf6980839 /pango/pango-renderer.c | |
parent | 9ec9fe8dee8425612c49193150d35ecb9e3300c1 (diff) | |
download | pango-139b37c44c297e009ece5a8efa040f36125e8acb.tar.gz |
adding allow-none introspection metadata to pango_renderer_set_color
Diffstat (limited to 'pango/pango-renderer.c')
-rw-r--r-- | pango/pango-renderer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pango/pango-renderer.c b/pango/pango-renderer.c index de6f5377..11815e12 100644 --- a/pango/pango-renderer.c +++ b/pango/pango-renderer.c @@ -1145,7 +1145,7 @@ pango_renderer_deactivate (PangoRenderer *renderer) * pango_renderer_set_color: * @renderer: a #PangoRenderer * @part: the part to change the color of - * @color: the new color or %NULL to unset the current color + * @color: (allow-none): the new color or %NULL to unset the current color * * Sets the color for part of the rendering. * |