summaryrefslogtreecommitdiff
path: root/gtk/gtkstylecontext.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2013-10-01 15:09:20 +0200
committerBenjamin Otte <otte@redhat.com>2013-10-05 13:57:51 +0200
commit0e6a9858e1801846d9fd5fc5bcb59eee6e65827f (patch)
tree53d3f69a4c3fa4bc23416786e9b0945acbdd0683 /gtk/gtkstylecontext.h
parent3d4277facbf2a85a77f2332bf939864b57753ea7 (diff)
downloadgtk+-0e6a9858e1801846d9fd5fc5bcb59eee6e65827f.tar.gz
stylecontext: Deprecate gtk_style_context_invalidate()
Everything is invalidated automatically these days.
Diffstat (limited to 'gtk/gtkstylecontext.h')
-rw-r--r--gtk/gtkstylecontext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkstylecontext.h b/gtk/gtkstylecontext.h
index ed5f40da18..d2341d53be 100644
--- a/gtk/gtkstylecontext.h
+++ b/gtk/gtkstylecontext.h
@@ -1010,7 +1010,7 @@ void gtk_style_context_get_margin (GtkStyleContext *context,
GtkStateFlags state,
GtkBorder *margin);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_12
void gtk_style_context_invalidate (GtkStyleContext *context);
GDK_AVAILABLE_IN_ALL
void gtk_style_context_reset_widgets (GdkScreen *screen);