Actually, the annotation is not needed in this case

This commit is contained in:
Lukáš Tyrychtr
2023-01-25 11:46:53 +01:00
parent 7df73c4fd2
commit 93a875bf20

View File

@@ -1086,7 +1086,7 @@ gtk_css_provider_load_internal (GtkCssProvider *self,
/** /**
* gtk_css_provider_load_from_data: * gtk_css_provider_load_from_data:
* @css_provider: a `GtkCssProvider` * @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 * @length: the length of @data in bytes, or -1 for NUL terminated strings
* *
* Loads @data into @css_provider. * Loads @data into @css_provider.