GNOME Bugzilla – Bug 789198
[PATCH] gdk: add accessor for GdkEventOwnerChange::reason
Last modified: 2017-10-19 13:21:14 UTC
Currently there is no way to retrieve this since 3.92.
Created attachment 361858 [details] [review] gdk: add accessor for GdkEventOwnerChange::reason
Created attachment 361867 [details] [review] gdk: add accessor for GdkEventOwnerChange::reason
Comment on attachment 361867 [details] [review] gdk: add accessor for GdkEventOwnerChange::reason It is consistent with the current state of things. Selections should be eventually taken out of the event management domain (at least upwards gdk/), but hiding this info entirely for the time being was not intentional.
Review of attachment 361867 [details] [review]: pushed as 4808829352d9c450cded059ed49bdc5936ed0df2
Shouldn't all these new accessors get Since: annotations in the gtk-doc comments, too?