forked from AuroraMiddleware/gtk
GtkEventController: Add some comment describing the filter_event private vfunc
It might not be entirely clear what the boolean return value means. https://bugzilla.gnome.org/show_bug.cgi?id=770026
This commit is contained in:
parent
ae29157a63
commit
b24a865d9b
@ -37,6 +37,9 @@ struct _GtkEventControllerClass
|
|||||||
|
|
||||||
/*<private>*/
|
/*<private>*/
|
||||||
|
|
||||||
|
/* Tells whether the event is filtered out, %TRUE makes
|
||||||
|
* the event unseen by the handle_event vfunc.
|
||||||
|
*/
|
||||||
gboolean (* filter_event) (GtkEventController *controller,
|
gboolean (* filter_event) (GtkEventController *controller,
|
||||||
const GdkEvent *event);
|
const GdkEvent *event);
|
||||||
gpointer padding[10];
|
gpointer padding[10];
|
||||||
|
Loading…
Reference in New Issue
Block a user