[Webkit-unassigned] [Bug 115507] New: [EFL] Correct documentation for ewk_settings APIs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 1 23:11:45 PDT 2013


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

           Summary: [EFL] Correct documentation for ewk_settings APIs
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jose.lejin at gmail.com
                CC: demarchi at webkit.org


Some of the APIs documentation wrong in ewk_settings APIs.

1)EAPI const char      *ewk_settings_web_database_path_get(void);
 * By default, the value is @c ~/.webkit

2)EAPI void ewk_settings_local_storage_path_set(const char* path);
  EAPI const char* ewk_settings_local_storage_path_get(void);
 * By default, the value is @c ~/.webkit

3)EAPI const char      *ewk_settings_application_cache_path_get(void);
 * By default, the path is @c NULL, indicating that the feature is disabled.

-- 
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