Merge branch 'fix_5543' into 'main'

GtkCssProvider: fix element type in docs

Closes #5543

See merge request GNOME/gtk!5441
This commit is contained in:
Matthias Clasen 2023-01-25 13:08:07 +00:00
commit 30987168fb

View File

@ -1086,10 +1086,8 @@ gtk_css_provider_load_internal (GtkCssProvider *self,
/**
* gtk_css_provider_load_from_data:
* @css_provider: a `GtkCssProvider`
* @data: (array length=length) (element-type guint8): CSS data loaded in memory
* @length: the length of @data in bytes, or -1 for NUL terminated strings. If
* @length is not -1, the code will assume it is not NUL terminated and will
* potentially do a copy.
* @data: CSS data to be parsed
* @length: the length of @data in bytes, or -1 for NUL terminated strings
*
* Loads @data into @css_provider.
*