diff options
author | Behdad Esfahbod <behdad@gnome.org> | 2006-12-06 22:46:47 +0000 |
---|---|---|
committer | Behdad Esfahbod <behdad@src.gnome.org> | 2006-12-06 22:46:47 +0000 |
commit | b7c74a7787b624bdf1ef6a4f6dba2007317b9265 (patch) | |
tree | a476293161d06793ae6cae8d945f6511c186cdfa /pango/pango-attributes.h | |
parent | 520013cab0678357f8b15b8e719d6181a0246ca2 (diff) | |
download | pango-b7c74a7787b624bdf1ef6a4f6dba2007317b9265.tar.gz |
Bug 373856 – Wish: Function to convert a GdkColor to a string Patch from
2006-12-06 Behdad Esfahbod <behdad@gnome.org>
Bug 373856 – Wish: Function to convert a GdkColor to a string
Patch from Matthew Barnes
* docs/pango-sections.txt:
* docs/tmpl/text-attributes.sgml:
* pango/pango-attributes.h:
* pango/pango.def:
* pango/pango-color.c (pango_color_to_string):
New public function pango_color_to_string().
Diffstat (limited to 'pango/pango-attributes.h')
-rw-r--r-- | pango/pango-attributes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-attributes.h b/pango/pango-attributes.h index 65b69b1e..4dc31af6 100644 --- a/pango/pango-attributes.h +++ b/pango/pango-attributes.h @@ -45,6 +45,8 @@ PangoColor *pango_color_copy (const PangoColor *src); void pango_color_free (PangoColor *color); gboolean pango_color_parse (PangoColor *color, const char *spec); +gchar *pango_color_to_string(const PangoColor *color); + /* Attributes */ |