Merge branch 'gtk_widget_get_style_color-docs-fix' into 'main'

Fix documentation for `gtk_widget_get_style_color()`

See merge request GNOME/gtk!5119
This commit is contained in:
Matthias Clasen 2022-10-14 10:49:15 +00:00
commit c57d8fc6be
2 changed files with 2 additions and 2 deletions

View File

@ -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
*

View File

@ -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);
/**