From: Lukáš Tyrychtr Date: Wed, 25 Jan 2023 10:46:53 +0000 (+0100) Subject: Actually, the annotation is not needed in this case X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~8^2~46^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=93a875bf20ba6ed8cd13595ff1f6;p=gtk4.git Actually, the annotation is not needed in this case --- diff --git a/gtk/gtkcssprovider.c b/gtk/gtkcssprovider.c index 9283b764a9..bdcaadbcfd 100644 --- a/gtk/gtkcssprovider.c +++ b/gtk/gtkcssprovider.c @@ -1086,7 +1086,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 + * @data: CSS data to be parsed * @length: the length of @data in bytes, or -1 for NUL terminated strings * * Loads @data into @css_provider.