mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 19:00:08 +00:00
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>*/
|
||||
|
||||
/* Tells whether the event is filtered out, %TRUE makes
|
||||
* the event unseen by the handle_event vfunc.
|
||||
*/
|
||||
gboolean (* filter_event) (GtkEventController *controller,
|
||||
const GdkEvent *event);
|
||||
gpointer padding[10];
|
||||
|
Loading…
Reference in New Issue
Block a user