summaryrefslogtreecommitdiff
path: root/gtk/gtkstylepropertiesprivate.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-01-02 19:22:30 +0100
committerBenjamin Otte <otte@redhat.com>2012-01-09 18:37:56 +0100
commit9181282d8812e2404400f0a5cdbac582037bdce2 (patch)
tree49de096a767664343d531e1c8b90b7d34944f719 /gtk/gtkstylepropertiesprivate.h
parent32c8bbb575b7ef584a610a2ec2b5c1bc683bd4ab (diff)
downloadgtk+-9181282d8812e2404400f0a5cdbac582037bdce2.tar.gz
style: Remove GtkStylePropertyContext again
We need to solve this differently. I have no idea yet how, but I'll invent something later. This only affects win32 theming and that's broken anyway.
Diffstat (limited to 'gtk/gtkstylepropertiesprivate.h')
-rw-r--r--gtk/gtkstylepropertiesprivate.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk/gtkstylepropertiesprivate.h b/gtk/gtkstylepropertiesprivate.h
index cda88101ed..526559cdcc 100644
--- a/gtk/gtkstylepropertiesprivate.h
+++ b/gtk/gtkstylepropertiesprivate.h
@@ -27,17 +27,9 @@
G_BEGIN_DECLS
-void _gtk_style_properties_get (GtkStyleProperties *props,
- GtkStateFlags state,
- GtkStylePropertyContext *context,
- ...);
void _gtk_style_properties_set_color_lookup_func (GtkStyleProperties *props,
GtkSymbolicColorLookupFunc func,
gpointer data);
-void _gtk_style_properties_get_valist (GtkStyleProperties *props,
- GtkStateFlags state,
- GtkStylePropertyContext *context,
- va_list args);
const GValue * _gtk_style_properties_peek_property (GtkStyleProperties *props,
GtkCssStyleProperty *property,