From f8b1566e81af9e36ac018af4f0ae85ee7db4b8fd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 17 Mar 2014 20:47:36 -0400 Subject: Update the pango_color_parse docs https://bugzilla.gnome.org/show_bug.cgi?id=711061 --- pango/pango-color.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 rgb.txt file), or it can be a hex value in the + * from the CSS specification), or it can be a hexadecimal + * value in the * form '#rgb' '#rrggbb' '#rrrgggbbb' or '#rrrrggggbbbb' where * 'r', 'g' and 'b' are hex digits of the red, green, and blue * components of the color, respectively. (White in the four -- cgit v1.2.1