GNOME Bugzilla – Bug 759771
GdkSeat: Missing G_BEGIN_DECLS and G_END_DECLS
Last modified: 2015-12-22 10:01:04 UTC
The new header file gdkseat.h has no G_BEGIN_DECLS and G_END_DECLS. That's problematic when it's included in C++ code. An unrelated comment: The description of @owner_events in gdk_seat_grab() has been copied verbatim from gdk_device_grab(). It mentions @event_mask, but gdk_seat_grab() has no such parameter. It has @event. I guess that more than just the parameter name should be changed in that description.
Created attachment 317774 [details] [review] patch: GdkSeat: Add G_BEGIN_DECLS and G_END_DECLS
Review of attachment 317774 [details] [review]: Okay.
Review of attachment 317774 [details] [review]: I've committed the patch.