summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-03-17 20:47:36 -0400
committerMatthias Clasen <mclasen@redhat.com>2014-03-17 20:47:36 -0400
commitf8b1566e81af9e36ac018af4f0ae85ee7db4b8fd (patch)
tree8ef3acb19b919a21417d0a269192ff31df573a7d
parent27693187e309f7e7fbb2f75a709e71dd4119428e (diff)
downloadpango-baserock/1.36.3.tar.gz
Update the pango_color_parse docs1.36.3baserock/1.36.3
https://bugzilla.gnome.org/show_bug.cgi?id=711061
-rw-r--r--pango/pango-color.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pango/pango-color.c b/pango/pango-color.c
index 382dca18..e54eb0d3 100644
--- a/pango/pango-color.c
+++ b/pango/pango-color.c
@@ -212,7 +212,8 @@ hex (const char *spec,
*
* Fill in the fields of a color from a string specification. The
* string can either one of a large set of standard names. (Taken
- * from the X11 <filename>rgb.txt</filename> file), or it can be a hex value in the
+ * from the CSS <ulink url="http://dev.w3.org/csswg/css-color/#named-colors">specification</ulink>), or it can be a hexadecimal
+ * value in the
* form '&num;rgb' '&num;rrggbb' '&num;rrrgggbbb' or '&num;rrrrggggbbbb' where
* 'r', 'g' and 'b' are hex digits of the red, green, and blue
* components of the color, respectively. (White in the four