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:
Torsten Schönfeld 2012-06-10 00:03:31 +02:00
parent e6149931c9
commit ab976ac8c1

View File

@ -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.
*/