forked from AuroraMiddleware/gtk
gdk: add a missing annotation to GdkEventProperty
Its 'state' field is of type GdkPropertyState. https://bugzilla.gnome.org/show_bug.cgi?id=677775
This commit is contained in:
parent
e6149931c9
commit
ab976ac8c1
@ -921,8 +921,8 @@ struct _GdkEventConfigure
|
||||
* <function>XSendEvent</function>).
|
||||
* @atom: the property that was changed.
|
||||
* @time: the time of the event in milliseconds.
|
||||
* @state: whether the property was changed (%GDK_PROPERTY_NEW_VALUE) or
|
||||
* deleted (%GDK_PROPERTY_DELETE).
|
||||
* @state: (type GdkPropertyState): whether the property was changed
|
||||
* (%GDK_PROPERTY_NEW_VALUE) or deleted (%GDK_PROPERTY_DELETE).
|
||||
*
|
||||
* Describes a property change on a window.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user