gdk: annotate the attributes_mask type for gdk_window_new
authorTorsten Schönfeld <kaffeetisch@gmx.de>
Sat, 18 Feb 2012 19:19:32 +0000 (20:19 +0100)
committerTorsten Schönfeld <kaffeetisch@gmx.de>
Mon, 11 Jun 2012 20:34:35 +0000 (22:34 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=670369

gdk/gdkwindow.c

index 2683073d0993b8ce1ddf580958731ae1b645ad2b..f3c1b2a037642c62c63b66c41b0eea7334551e36 100644 (file)
@@ -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