Changeset 149719 in webkit


Ignore:
Timestamp:
May 8, 2013 1:02:28 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] Correct documentation for ewk_settings APIs
https://bugs.webkit.org/show_bug.cgi?id=115507

Patch by Jose Lejin PJ <jose.lejin@gmail.com> on 2013-05-08
Reviewed by Gyuyoung Kim.

Corrected documentation for ewk_settings APIs.

  • ewk/ewk_settings.h:
Location:
trunk/Source/WebKit/efl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/efl/ChangeLog

    r149712 r149719  
     12013-05-08  Jose Lejin PJ  <jose.lejin@gmail.com>
     2
     3        [EFL] Correct documentation for ewk_settings APIs
     4        https://bugs.webkit.org/show_bug.cgi?id=115507
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        Corrected documentation for ewk_settings APIs.
     9
     10        * ewk/ewk_settings.h:
     11
    1122013-05-07  Jinwoo Song  <jinwoo7.song@samsung.com>
    213
  • trunk/Source/WebKit/efl/ewk/ewk_settings.h

    r148740 r149719  
    5858 * Database databases.
    5959 *
    60  * By default, the value is @c ~/.webkit
     60 * By default, the value is @c ~/.cache/WebKitEfl/Databases
    6161 *
    6262 * @param path the new database directory path
     
    6969 * individual views' local storage databases).
    7070 *
    71  * By default, the value is @c ~/.webkit
     71 * By default, the value is @c ~/.local/share/WebKitEfl/LocalStorage
    7272 *
    7373 * @param path the new local storage database directory path
     
    8686 * save yourself some cpu cycles and use eina_stringshare_ref()
    8787 * instead of eina_stringshare_add() or strdup().
     88 *
     89 * By default, the value is @c ~/.local/share/WebKitEfl/LocalStorage
    8890 *
    8991 * @return database path or @c NULL, on errors.
     
    114116 * Returns directory path where web database is stored.
    115117 *
    116  * By default, the value is @c ~/.webkit
     118 * By default, the value is @c ~/.cache/WebKitEfl/Databases
    117119 *
    118120 * This is guaranteed to be eina_stringshare, so whenever possible
     
    198200 * when the network cannot be reached.
    199201 *
    200  * By default, the path is @c NULL, indicating that the feature is disabled. Once the path is set, the feature is enabled
    201  * and the path cannot be changed.
     202 * By default, the path is @c ~/.cache/WebKitEfl/Applications
     203 * Once the path is set, the feature is enabled and the path cannot be changed.
    202204 *
    203205 * @param path where to store cache, must be write-able.
     
    213215 * when the network cannot be reached.
    214216 *
    215  * By default, the path is @c NULL, indicating that the feature is disabled.
     217 * By default, the path is @c ~/.cache/WebKitEfl/Applications
    216218 *
    217219 * @return eina_stringshare'd path value.
Note: See TracChangeset for help on using the changeset viewer.