gtk: gtk_style_context_set_background is deprecated as of Gtk+ 3.18.
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 12 Aug 2016 00:47:43 +0000 (17:47 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Fri, 12 Aug 2016 00:47:43 +0000 (17:47 -0700)
src/gtk/Includes/gtkstylecontext.cdecl

index 4920362ea449bbab1508480b1d24f346b0e1e7e8..9134538a2507892565c16418a26e76f327508904 100644 (file)
@@ -7,7 +7,8 @@ gtk/gtkstylecontext.h |#
        (provider (* GtkStyleProvider))
        (priority guint))
 
-(extern void gtk_style_context_set_background
+;; Deprecated as of Gtk+ 3.18.
+#;(extern void gtk_style_context_set_background
        (context (* GtkStyleContext))
        (window (* GdkWindow)))