[webkit-efl] Heads-up: API change in ewk_view_run_open_panel

Raphael Kubo da Costa kubo at profusion.mobi
Fri Oct 14 05:31:42 PDT 2011


Due to r97336 and r97338, which changed some parameter types in WebCore,
our implementation of ewk_run_open_panel (and the expected virtual
method to be implemented in child classes) has had its signature
changed.

The accept_types parameter, which as previously a const char*, is now a
Vector<String> in ewk_view_run_open_panel, which then turns it into an
Eina_List for child classes.

Please note that, as the documentation says, child implementations do
NOT need to free the lists or its elements themselves.

-- 
Raphael Kubo da Costa
ProFUSION embedded systems
http://profusion.mobi



More information about the webkit-efl mailing list