Fix documentation for gtk_widget_get_style_color()
It was pointing at `gtk_widget_get_css_style()` instead.
This commit is contained in:
@@ -12871,7 +12871,7 @@ gtk_widget_set_css_classes (GtkWidget *widget,
|
||||
}
|
||||
|
||||
/**
|
||||
* gtk_widget_get_css_style:
|
||||
* gtk_widget_get_style_color:
|
||||
* @widget: a `GtkWidget`
|
||||
* @color: (out): return location for the color
|
||||
*
|
||||
|
||||
@@ -930,7 +930,7 @@ void gtk_widget_set_css_classes (GtkWidget *widget,
|
||||
|
||||
GDK_AVAILABLE_IN_4_10
|
||||
void gtk_widget_get_style_color (GtkWidget *widget,
|
||||
GdkRGBA *rgba);
|
||||
GdkRGBA *color);
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user