gdk: annotate the attributes_mask type for gdk_window_new

https://bugzilla.gnome.org/show_bug.cgi?id=670369
This commit is contained in:
Torsten Schönfeld 2012-02-18 20:19:32 +01:00
parent d704f2bd2e
commit 61972a3f8d

View 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