Fix introspection annotation syntax

This commit is contained in:
Emmanuele Bassi 2020-02-26 10:19:10 +00:00
parent 06ff60aa35
commit a1bbd25e12

View File

@ -390,7 +390,7 @@ gdk_content_provider_union_init (GdkContentProviderUnion *self)
/**
* gdk_content_provider_new_union:
* @providers: (nullable) (array length=n_providers) [transfer elements]:
* @providers: (nullable) (array length=n_providers) (transfer full):
* The #GdkContentProviders to present the union of
* @n_providers: the number of providers
*