From 61972a3f8dd1f989b457ee4df2c4f329a91ac937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20Sch=C3=B6nfeld?= Date: Sat, 18 Feb 2012 20:19:32 +0100 Subject: [PATCH] gdk: annotate the attributes_mask type for gdk_window_new https://bugzilla.gnome.org/show_bug.cgi?id=670369 --- gdk/gdkwindow.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gdk/gdkwindow.c b/gdk/gdkwindow.c index 2683073d09..f3c1b2a037 100644 --- a/gdk/gdkwindow.c +++ b/gdk/gdkwindow.c @@ -1300,7 +1300,8 @@ sync_native_window_stack_position (GdkWindow *window) * @parent: (allow-none): a #GdkWindow, or %NULL to create the window as a child of * the default root window for the default display. * @attributes: attributes of the new window - * @attributes_mask: mask indicating which fields in @attributes are valid + * @attributes_mask: (type GdkWindowAttributesType): mask indicating which + * fields in @attributes are valid * * Creates a new #GdkWindow using the attributes from * @attributes. See #GdkWindowAttr and #GdkWindowAttributesType for