diff options
author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 10:14:33 +0100 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-20 13:56:06 +0100 |
commit | 3c8fc21e9b3e035b86ae0715b62dd88085ec08a8 (patch) | |
tree | 924c3474e294b5d2c65699bd839264ce8b6ea704 /gdk/gdkvisual.c | |
parent | 497b66a5ab86b0a9c4a5af41a0c9e9343b7bb0cd (diff) | |
download | gtk+-3c8fc21e9b3e035b86ae0715b62dd88085ec08a8.tar.gz |
[GI] Fixes of existing incorrect annotations
Diffstat (limited to 'gdk/gdkvisual.c')
-rw-r--r-- | gdk/gdkvisual.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdk/gdkvisual.c b/gdk/gdkvisual.c index c1b0160f2e..4a25402313 100644 --- a/gdk/gdkvisual.c +++ b/gdk/gdkvisual.c @@ -219,8 +219,9 @@ gdk_visual_get_best_with_both (gint depth, /** * gdk_query_depths: - * @depths: (out) (array): return location for available depths - * @count: (out): return location for number of available depths + * @depths: (out) (array length=count) (transfer none): return + * location for available depths + * @count: return location for number of available depths * * This function returns the available bit depths for the default * screen. It's equivalent to listing the visuals |