forked from AuroraMiddleware/gtk
gdk: annotate the attributes_mask type for gdk_window_new
https://bugzilla.gnome.org/show_bug.cgi?id=670369
This commit is contained in:
parent
d704f2bd2e
commit
61972a3f8d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user