GdkTexture: Add a missing (array) annotation

This commit is contained in:
Timm Bäder 2018-01-02 18:55:55 +01:00
parent 355b883f32
commit 6b44a70a09

View File

@ -577,7 +577,7 @@ gdk_texture_download_surface (GdkTexture *texture)
/**
* gdk_texture_download:
* @texture: a #GdkTexture
* @data: pointer to enough memory to be filled with the
* @data: (array): pointer to enough memory to be filled with the
* downloaded data of @texture
* @stride: rowstride in bytes
*