mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 05:20:17 +00:00
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:
commit
c57d8fc6be
@ -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);
|
||||
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user