After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 758287 - Add GDK_TOUCHPAD_GESTURE_MASK
Add GDK_TOUCHPAD_GESTURE_MASK
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-11-18 15:23 UTC by Matthias Clasen
Modified: 2015-12-01 11:22 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add GDK_TOUCHPAD_GESTURE_MASK (1002 bytes, patch)
2015-11-18 15:23 UTC, Matthias Clasen
committed Details | Review

Description Matthias Clasen 2015-11-18 15:23:22 UTC
This is a new addition to the GdkEventMask enum.
Comment 1 Matthias Clasen 2015-11-18 15:23:31 UTC
Created attachment 315832 [details] [review]
Add GDK_TOUCHPAD_GESTURE_MASK
Comment 2 Tristan Van Berkom 2015-11-25 10:30:28 UTC
Review of attachment 315832 [details] [review]:

Thanks for the attention to Glade again :)

As you asked on IRC, the displayable values additions for enums you can just go ahead and commit them.

Careful when adding entirely new enumerations, they need to be added in the first <glade-widget-class> declaration that uses the given enum as a property - otherwise they wont be found by classes which are declared before the enum values were given. Glade will however complain with a runtime warning when starting up if this happens so it's easy to catch.
Comment 3 Matthias Clasen 2015-12-01 11:22:14 UTC
Attachment 315832 [details] pushed as be97b72 - Add GDK_TOUCHPAD_GESTURE_MASK