summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2008-10-08 20:49:25 +0000
committerChristian Persch <chpe@src.gnome.org>2008-10-08 20:49:25 +0000
commit8972613ae01404827bee68eb3924920c0230157c (patch)
treef9f3ce632f8d226335257a23d1f5f823ac16ce68
parent193dc341dd29635621e3b8935c6524b3d59c73fa (diff)
downloadpango-8972613ae01404827bee68eb3924920c0230157c.tar.gz
Bug 539623 – document that pango_color_parse accepts NULL
svn path=/trunk/; revision=2727
-rw-r--r--ChangeLog6
-rw-r--r--pango/pango-color.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ba88710..d0793024 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-10-06 Christian Persch <chpe@gnome.org>
+
+ Bug 539623 – document that pango_color_parse accepts NULL
+
+ * pango/pango-color.c: Clarify docs.
+
2008-10-06 Behdad Esfahbod <behdad@gnome.org>
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