diff options
author | Benjamin Otte <otte@redhat.com> | 2013-10-01 15:09:20 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2013-10-05 13:57:51 +0200 |
commit | 0e6a9858e1801846d9fd5fc5bcb59eee6e65827f (patch) | |
tree | 53d3f69a4c3fa4bc23416786e9b0945acbdd0683 /gtk/gtkstylecontext.h | |
parent | 3d4277facbf2a85a77f2332bf939864b57753ea7 (diff) | |
download | gtk+-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.h | 2 |
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); |