diff options
Diffstat (limited to 'gdk/x11/gdkvisual-x11.c')
-rw-r--r-- | gdk/x11/gdkvisual-x11.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/x11/gdkvisual-x11.c b/gdk/x11/gdkvisual-x11.c index 6d827c9ed2..1e781655b6 100644 --- a/gdk/x11/gdkvisual-x11.c +++ b/gdk/x11/gdkvisual-x11.c @@ -466,8 +466,8 @@ gdk_visual_get_best_with_both (gint depth, /** * gdk_query_depths: - * @depths: return location for available depths - * @count: return location for number of available depths + * @depths: (out) (array): return location for available depths + * @count: (out): 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 |