Correct the deprecation annotation for gtk_widget_modify_bg
It was pointing to a nonexisting function. https://bugzilla.gnome.org/show_bug.cgi?id=719469
This commit is contained in:
committed by
Matthias Clasen
parent
2436627eb4
commit
ee0726db00
@@ -679,7 +679,7 @@ GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_color)
|
||||
void gtk_widget_modify_fg (GtkWidget *widget,
|
||||
GtkStateType state,
|
||||
const GdkColor *color);
|
||||
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_background)
|
||||
GDK_DEPRECATED_IN_3_0_FOR(gtk_widget_override_background_color)
|
||||
void gtk_widget_modify_bg (GtkWidget *widget,
|
||||
GtkStateType state,
|
||||
const GdkColor *color);
|
||||
|
||||
Reference in New Issue
Block a user