summaryrefslogtreecommitdiff
path: root/pango/pango-utils-internal.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-07-31 14:28:02 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-07-31 14:28:02 -0400
commit09111969bd5aef2b424c515a1f41bb857ca436d6 (patch)
tree72dd29e8e39796eb30c39c00e738a69ac379eed7 /pango/pango-utils-internal.h
parent08d372d657368711038f6c9c328cde18a6582123 (diff)
downloadpango-09111969bd5aef2b424c515a1f41bb857ca436d6.tar.gz
Export pango_parse_color_with_alpha
This will be useful to make GdkRGBA support hex formats with alpha.
Diffstat (limited to 'pango/pango-utils-internal.h')
-rw-r--r--pango/pango-utils-internal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/pango/pango-utils-internal.h b/pango/pango-utils-internal.h
index 56340215..0bc355e0 100644
--- a/pango/pango-utils-internal.h
+++ b/pango/pango-utils-internal.h
@@ -43,10 +43,6 @@ gboolean pango_parse_flags (GType type,
char *_pango_trim_string (const char *str);
-gboolean _pango_color_parse_with_alpha (PangoColor *color,
- guint16 *alpha,
- const char *spec);
-
G_END_DECLS