]> Pileus Git - ~andy/gtk/commitdiff
gdk: add a missing annotation to GdkEventProperty
authorTorsten Schönfeld <kaffeetisch@gmx.de>
Sat, 9 Jun 2012 22:03:31 +0000 (00:03 +0200)
committerTorsten Schönfeld <kaffeetisch@gmx.de>
Sun, 10 Jun 2012 20:22:19 +0000 (22:22 +0200)
Its 'state' field is of type GdkPropertyState.

https://bugzilla.gnome.org/show_bug.cgi?id=677775

gdk/gdkevents.h

index b410529fc986151fc81688595d299a4b0fd519fd..9b1a869c8f073c160591bc808cbf9f012eae5930 100644 (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.
  */