summaryrefslogtreecommitdiff
path: root/gtk/gtkcssvalueprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-03-28 06:28:13 +0200
committerBenjamin Otte <otte@redhat.com>2012-04-17 08:59:14 +0200
commit58b6d492b889f08cdb27b866b166bbda956bf6c9 (patch)
treebdcf7c5bbe6c2a50d75cbd1678b10169620490a2 /gtk/gtkcssvalueprivate.h
parentdcec7a5529f1a149bd3a02683a67d1c1bfd3702c (diff)
downloadgtk+-58b6d492b889f08cdb27b866b166bbda956bf6c9.tar.gz
cssvalue: Add a custom RGBA value
Note: custom CSS properties still use the default GtkCssValue and always will. So there is a difference in css values used between those, even though they both carry a GdkRGBA payload.
Diffstat (limited to 'gtk/gtkcssvalueprivate.h')
-rw-r--r--gtk/gtkcssvalueprivate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkcssvalueprivate.h b/gtk/gtkcssvalueprivate.h
index d99dfd166c..3bedaf4007 100644
--- a/gtk/gtkcssvalueprivate.h
+++ b/gtk/gtkcssvalueprivate.h
@@ -81,7 +81,6 @@ GtkCssValue *_gtk_css_value_new_take_string (char
GtkCssValue *_gtk_css_value_new_take_strv (char **strv);
GtkCssValue *_gtk_css_value_new_from_boxed (GType type,
gpointer boxed);
-GtkCssValue *_gtk_css_value_new_from_rgba (const GdkRGBA *v);
GtkCssValue *_gtk_css_value_new_from_color (const GdkColor *v);
GtkCssValue *_gtk_css_value_new_take_symbolic_color (GtkSymbolicColor *v);
GtkCssValue *_gtk_css_value_new_take_pattern (cairo_pattern_t *v);
@@ -114,7 +113,6 @@ const GtkCssBorderImageRepeat *_gtk_css_value_get_border_image_repeat (const
PangoStyle _gtk_css_value_get_pango_style (const GtkCssValue *value);
PangoVariant _gtk_css_value_get_pango_variant (const GtkCssValue *value);
PangoWeight _gtk_css_value_get_pango_weight (const GtkCssValue *value);
-const GdkRGBA *_gtk_css_value_get_rgba (const GtkCssValue *value);
GtkGradient *_gtk_css_value_get_gradient (const GtkCssValue *value);
G_END_DECLS