From a739f89dd1132f531798083021bcd922b23ae121 Mon Sep 17 00:00:00 2001 From: Cosimo Cecchi Date: Wed, 19 Jan 2011 16:38:10 +0100 Subject: [PATCH] texture-cache: add a missing array annotation --- src/st/st-texture-cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/st/st-texture-cache.c b/src/st/st-texture-cache.c index 2dceeca37..c7906ab9c 100644 --- a/src/st/st-texture-cache.c +++ b/src/st/st-texture-cache.c @@ -1679,7 +1679,7 @@ st_texture_cache_load_from_data (StTextureCache *cache, /** * st_texture_cache_load_from_raw: * @cache: a #StTextureCache - * @data: raw pixel data + * @data: (array length=len): raw pixel data * @len: the length of @data * @has_alpha: whether @data includes an alpha channel * @width: width in pixels of @data