[Webkit-unassigned] [Bug 69410] [WK2] [GTK] Implement KeyDown function for WebKit2 EventSender.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 21 21:03:24 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=69410





--- Comment #16 from Martin Robinson <mrobinson at webkit.org>  2011-10-21 21:03:25 PST ---
(In reply to comment #13)

> > This function should be static. Why does it return a bool, while you unconditionally return 0?
> > 
> Yes, I can make it static. I was returning bool only considering further more addition of Events like Mouse click/move/drag might add return values/error codes.

For now, since the return value is not used, just have it return void. Furthermore, bool functions should return either "true" or "false" :)

Thanks!

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list