diff options
author | Cosimo Cecchi <cosimoc@gnome.org> | 2015-06-28 11:23:16 -0700 |
---|---|---|
committer | Cosimo Cecchi <cosimoc@gnome.org> | 2015-07-01 16:09:23 -0700 |
commit | a1e80d99d23866772f3cb59ed091696cdf497132 (patch) | |
tree | 036c0dc8032fc05ac5df5b0f775a3224b8963618 /gtk/gtkstylecontext.h | |
parent | d6b8261622a25dce4a5a688fcdc8f361100767b0 (diff) | |
download | gtk+-a1e80d99d23866772f3cb59ed091696cdf497132.tar.gz |
stylecontext: deprecate gtk_style_context_set_background()
Nothing in GTK calls it anymore.
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 2c4835025f..d138a76750 100644 --- a/gtk/gtkstylecontext.h +++ b/gtk/gtkstylecontext.h @@ -1187,7 +1187,7 @@ void gtk_style_context_invalidate (GtkStyleContext *context); GDK_AVAILABLE_IN_ALL void gtk_style_context_reset_widgets (GdkScreen *screen); -GDK_AVAILABLE_IN_ALL +GDK_DEPRECATED_IN_3_18_FOR(gtk_render_background) void gtk_style_context_set_background (GtkStyleContext *context, GdkWindow *window); |