[gnome-shell] texture-cache: add a missing array annotation
- From: Cosimo Cecchi <cosimoc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell] texture-cache: add a missing array annotation
- Date: Wed, 19 Jan 2011 15:44:46 +0000 (UTC)
commit a739f89dd1132f531798083021bcd922b23ae121
Author: Cosimo Cecchi <cosimoc gnome org>
Date: Wed Jan 19 16:38:10 2011 +0100
texture-cache: add a missing array annotation
src/st/st-texture-cache.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/st/st-texture-cache.c b/src/st/st-texture-cache.c
index 2dceeca..c7906ab 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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]