Use wording from a suggestion

This commit is contained in:
Emmanuele Bassi 2023-01-23 11:50:28 +00:00 committed by Lukáš Tyrychtr
parent 1ea5a08c8f
commit 7df73c4fd2

View File

@ -1087,9 +1087,7 @@ gtk_css_provider_load_internal (GtkCssProvider *self,
* gtk_css_provider_load_from_data:
* @css_provider: a `GtkCssProvider`
* @data: (array length=length) (element-type utf8): 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.
* @length: the length of @data in bytes, or -1 for NUL terminated strings
*
* Loads @data into @css_provider.
*