From 6b44a70a09ce78dd41a1df60349daaa37701eb2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Tue, 2 Jan 2018 18:55:55 +0100 Subject: [PATCH] GdkTexture: Add a missing (array) annotation --- gdk/gdktexture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdk/gdktexture.c b/gdk/gdktexture.c index 09a06fa248..936b5c7641 100644 --- a/gdk/gdktexture.c +++ b/gdk/gdktexture.c @@ -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 *