From: Emmanuele Bassi Date: Mon, 23 Jan 2023 11:50:28 +0000 (+0000) Subject: Use wording from a suggestion X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~8^2~46^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7df73c4fd213a4d2038b6d2858a6efedd126022e;p=gtk4.git Use wording from a suggestion --- diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c index 05adf95549..9283b764a9 100644 --- a/gtk/gtkcssprovider.c +++ b/gtk/gtkcssprovider.c @@ -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. *