From: Torsten Schönfeld Date: Sat, 9 Jun 2012 22:03:31 +0000 (+0200) Subject: gdk: add a missing annotation to GdkEventProperty X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~24^2~19767 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ab976ac8c1ddee32db31c0938ba82247c16dba39;p=gtk4.git gdk: add a missing annotation to GdkEventProperty Its 'state' field is of type GdkPropertyState. https://bugzilla.gnome.org/show_bug.cgi?id=677775 --- diff --git a/gdk/gdkevents.h b/gdk/gdkevents.h index b410529fc9..9b1a869c8f 100644 --- a/gdk/gdkevents.h +++ b/gdk/gdkevents.h @@ -921,8 +921,8 @@ struct _GdkEventConfigure * XSendEvent). * @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. */