From 8972613ae01404827bee68eb3924920c0230157c Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 8 Oct 2008 20:49:25 +0000 Subject: =?UTF-8?q?Bug=20539623=20=E2=80=93=20document=20that=20pango=5Fco?= =?UTF-8?q?lor=5Fparse=20accepts=20NULL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=2727 --- ChangeLog | 6 ++++++ pango/pango-color.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 1ba88710..d0793024 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-10-06 Christian Persch + + Bug 539623 – document that pango_color_parse accepts NULL + + * pango/pango-color.c: Clarify docs. + 2008-10-06 Behdad Esfahbod Bug 555219 – Memory leak when using pango_layout_iter_copy diff --git a/pango/pango-color.c b/pango/pango-color.c index bdbc7b68..271638a3 100644 --- a/pango/pango-color.c +++ b/pango/pango-color.c @@ -198,7 +198,7 @@ hex (const char *spec, /** * pango_color_parse: - * @color: a #PangoColor structure in which to store the result + * @color: a #PangoColor structure in which to store the result, or %NULL * @spec: a string specifying the new color * * Fill in the fields of a color from a string specification. The -- cgit v1.2.1