<div dir="ltr"><div><div><div><div><div><div><div>Hi, efl-folks,<br><br></div>Today, I landed ewk_application_cache_manager (<a href="https://bugs.webkit.org/show_bug.cgi?id=102853">https://bugs.webkit.org/show_bug.cgi?id=102853</a>)<br>
<br></div>While making it, we have some discussion about *async* in APIs.<br><br></div>While we used xxx_async_yyy_get (xxx as module, yyy as functionality), other EFL libraries looks prefered xxx_yyy_async_get() style.<br>
<br></div><div>For example, ewebkit has<br>ewk_cookie_manager_async_accept_policy_get<br>ewk_cookie_manager_async_hostnames_with_cookies_get<br>...<br><br></div><div>while EFL has <br>efreet_menu_async_get<br>ethumb_client_thumb_async_get<br>
ethumb_client_thumb_async_cancel<br><br></div>So, for the consistency with EFL libraries. we&#39;d better to use xxx_yyy_async_zzz()<br><br></div>If nobody object about it, I want to fix ewebkit APIs including ewk_application_cache_manager_origins_get.<br>
<br></div>Best Regards,<br></div>Ryuan Choi<br></div>