RESOLVED FIXED 103187
[EFL][WK2] Stop the mess with DECLARE_EWK_VIEW_CALLBACK arg type definition
https://bugs.webkit.org/show_bug.cgi?id=103187
Summary [EFL][WK2] Stop the mess with DECLARE_EWK_VIEW_CALLBACK arg type definition
Mikhail Pozdnyakov
Reported 2012-11-24 13:32:40 PST
Currently the client has to pass "char" in DECLARE_EWK_VIEW_CALLBACK if s/he wants to have string (const char* actually) as callback parameter, has to pass 'Ewk_Error' if wants to have 'Ewk_Error*' but at the same time passes just 'void' if wants to have 'void' -- this is real mess which I cannot stand any more! Patch is coming.
Attachments
patch (9.58 KB, patch)
2012-11-24 13:38 PST, Mikhail Pozdnyakov
no flags
Mikhail Pozdnyakov
Comment 1 2012-11-24 13:38:36 PST
Chris Dumez
Comment 2 2012-11-24 14:25:14 PST
Comment on attachment 175865 [details] patch LGTM. Much better indeed.
WebKit Review Bot
Comment 3 2012-11-24 18:18:53 PST
Comment on attachment 175865 [details] patch Clearing flags on attachment: 175865 Committed r135660: <http://trac.webkit.org/changeset/135660>
WebKit Review Bot
Comment 4 2012-11-24 18:18:57 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.