Changeset 84972 in webkit


Ignore:
Timestamp:
Apr 26, 2011 4:17:54 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-04-26 Grzegorz Czajkowski <g.czajkowski@samsung.com>

Reviewed by Antonio Gomes.

[EFL] Update signals description
https://bugs.webkit.org/show_bug.cgi?id=56904

Add, fix signals description that are emitted by evas_object_smart_callcabck_call in
ewk_view, ewk_frame, ewk_contextmenu.

  • ewk/ewk_contextmenu.h:
  • ewk/ewk_frame.h:
  • ewk/ewk_view.h:
Location:
trunk/Source/WebKit/efl
Files:
4 edited

Legend:

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

    r84771 r84972  
     12011-04-26  Grzegorz Czajkowski  <g.czajkowski@samsung.com>
     2
     3        Reviewed by Antonio Gomes.
     4
     5        [EFL] Update signals description
     6        https://bugs.webkit.org/show_bug.cgi?id=56904
     7
     8        Add, fix signals description that are emitted by evas_object_smart_callcabck_call in
     9        ewk_view, ewk_frame, ewk_contextmenu.
     10
     11        * ewk/ewk_contextmenu.h:
     12        * ewk/ewk_frame.h:
     13        * ewk/ewk_view.h:
     14
    1152011-04-25  Ryuan Choi  <ryuan.choi@samsung.com>
    216
  • trunk/Source/WebKit/efl/ewk/ewk_contextmenu.h

    r84771 r84972  
    2222 * @file    ewk_contextmenu.h
    2323 * @brief   Describes the context menu API.
     24 *
     25 * The following signals (see evas_object_smart_callback_add()) are emitted:
     26 *
     27 *  - "contextmenu,new", Ewk_Context_Menu *: a new context menu was created
     28 *    and it gives the context menu as an argument.
     29 *  - "contextmenu,free", Ewk_Context_Menu *: a context menu is freed.
     30 *  - "contextmenu,item,appended", Ewk_Context_Menu *: a new item was added to
     31 *    the context menu.
     32 *  - "contextmenu,customize", Eina_List *: customize context menu is taken
     33 *    and it gives a list with items of context menu as an argument.
     34 *  - "contextmenu,show", Ewk_Context_Menu *: a context menu is shown.
    2435 */
    2536
  • trunk/Source/WebKit/efl/ewk/ewk_frame.h

    r84771 r84972  
    4646 * The following signals (see evas_object_smart_callback_add()) are emitted:
    4747 *
    48  *  - "title,changed", const char*: title of the main frame changed.
    49  *  - "uri,changed", const char*: uri of the main frame changed.
    50  *  - "load,document,finished", void: loading of a document has
    51  *    finished on this frame.
     48 *  - "title,changed", const char*: title of the main frame was changed.
     49 *  - "uri,changed", const char*: uri of the main frame was changed.
     50 *  - "load,document,finished", void: frame finished loading the document.
    5251 *  - "load,nonemptylayout,finished", void: frame finished first
    5352 *    non-empty layout.
    54  *  - "load,started", void: frame started loading.
    55  *  - "load,progress", double*: load progress changed (overall value
     53 *  - "load,started", void: frame started loading the document.
     54 *  - "load,progress", double*: load progress is changed (overall value
    5655 *    from 0.0 to 1.0, connect to individual frames for fine grained).
    5756 *  - "load,finished", const Ewk_Frame_Load_Error*: reports load
    58  *    finished and as argument @c NULL if successfully or pointer to
     57 *    finished and it gives @c NULL on success or pointer to
    5958 *    structure defining the error.
    6059 *  - "load,provisional", void: frame started provisional load.
    6160 *  - "load,firstlayout,finished", void: frame finished first layout.
    6261 *  - "load,error", const Ewk_Frame_Load_Error*: reports load failed
    63  *    and as argument a pointer to structure defining the error.
     62 *    and it gives a pointer to structure defining the error as an argument.
    6463 *  - "contents,size,changed", Evas_Coord[2]: reports contents size
    65  *    changed due new layout, script actions or any other events.
    66  *  - "navigation,first", void: first navigation occurred.
     64 *     were changed due new layout, script actions or any other events.
     65 *  - "navigation,first", void: first navigation was occurred.
    6766 *  - "resource,request,new", Ewk_Frame_Resource_Request*: reports that
    6867 *    there's a new resource request.
  • trunk/Source/WebKit/efl/ewk/ewk_view.h

    r81004 r84972  
    4848 *
    4949 *  - "ready", void: page is fully loaded.
    50  *  - "title,changed", const char*: title of the main frame changed.
    51  *  - "uri,changed", const char*: uri of the main frame changed.
    52  *  - "load,started", void: frame started loading.
    53  *  - "load,progress", double*: load progress changed (overall value
     50 *  - "title,changed", const char*: title of the main frame was changed.
     51 *  - "uri,changed", const char*: uri of the main frame was changed.
     52 *  - "load,started", void: frame started loading the document.
     53 *  - "load,progress", double*: load progress is changed (overall value
    5454 *    from 0.0 to 1.0, connect to individual frames for fine grained).
    5555 *  - "load,finished", const Ewk_Frame_Load_Error*: reports load
    56  *    finished and as argument @c NULL if successfully or pointer to
     56 *    finished and it gives @c NULL on success or pointer to
    5757 *    structure defining the error.
    5858 *  - "load,provisional", void: view started provisional load.
    5959 *  - "load,error", const Ewk_Frame_Load_Error*: reports load failed
    60  *    and as argument a pointer to structure defining the error.
    61  *  - "frame,created", Evas_Object*: when frames are created, they are
    62  *    emitted in this signal.
     60 *    and it gives a pointer to structure defining the error as an argument.
     61 *  - "frame,created", Evas_Object*: a new frame is created.
    6362 *  - "zoom,animated,end", void: requested animated zoom is finished.
    64  *  - "menubar,visible,set", Eina_Bool: set menubar visibility.
    65  *  - "menubar,visible,get", Eina_Bool *: expects a @c EINA_TRUE if menubar is
    66  *    visible; otherwise, @c EINA_FALSE.
    67  *  - "menubar,visible,set", Eina_Bool: set menubar visibility.
     63 *  - "menubar,visible,set", Eina_Bool: sets menubar visibility.
    6864 *  - "menubar,visible,get", Eina_Bool *: expects a @c EINA_TRUE if menubar is
    6965 *    visible; @c EINA_FALSE, otherwise.
    70  *  - "scrollbars,visible,set", Eina_Bool: set scrollbars visibility.
     66 *  - "scrollbars,visible,set", Eina_Bool: sets scrollbars visibility.
    7167 *  - "scrollbars,visible,get", Eina_Bool *: expects a @c EINA_TRUE if scrollbars
    7268 *    are visible; @c EINA_FALSE, otherwise.
    73  *  - "statusbar,visible,set", Eina_Bool: set statusbar visibility.
     69 *  - "statusbar,visible,set", Eina_Bool: sets statusbar visibility.
    7470 *  - "statusbar,visible,get", Eina_Bool *: expects a @c EINA_TRUE if statusbar is
    7571 *    visible; @c EINA_FALSE, otherwise.
    76  *  - "toolbar,visible,set", Eina_Bool: set toolbar visibility.
    77  *  - "toolbar,visible,get", Eina_Bool *: expects a @c EINA_TRUE if toolbar
     72 *  - "statusbar,text,set", const char *: sets statusbar text.
     73 *  - "toolbars,visible,set", Eina_Bool: sets toolbar visibility.
     74 *  - "toolbars,visible,get", Eina_Bool *: expects a @c EINA_TRUE if toolbar
    7875 *    is visible; @c EINA_FALSE, otherwise.
    79  *  - "link,hover,in", const char *link[2]: reports mouse is over a link and as
    80  *    argument gives the url in link[0] and link's title in link[1].
    81  *  - "link,hover,out", const char *link[2]: reports mouse moved out from a link
    82  *    and as argument gives the url in link[0] and link's title in link[1].
     76 *  - "link,hover,in", const char *link[2]: reports mouse is over a link.
     77 *    It gives the url in link[0] and link's title in link[1] as an argument.
     78 *  - "link,hover,out", void: reports mouse moved out from a link.
    8379 *  - "popup,create", Ewk_Menu: reports that a new menu was created.
    84  *  - "popup,willdeleted", Ewk_Menu: reports that a previously created menu is
    85  *    about to be deleted.
     80 *  - "popup,willdeleted", Ewk_Menu: reports that a previously created menu
     81 *    will be deleted.
    8682 *  - "download,request", Ewk_Download: reports a download is being requested
    87  *    and as arguments gives its details.
    8883 *  - "icon,received", void: main frame received an icon.
    89  *  - "viewport,changed", void: Report that viewport has changed.
    90  *  - "inputmethods,changed" with a boolean indicating whether it's enabled or not.
    91  *  - "view,resized", void: view object's size has changed.
     84 *  - "viewport,changed", void: reports that viewport was changed.
     85 *  - "inputmethod,changed", Eina_Bool: reports that input method was changed and
     86 *    it gives a boolean value whether it's enabled or not as an argument.
     87 *  - "view,resized", void: view object's size was changed.
     88 *  - "load,newwindow,show", void: reports that a new window was created and can be shown.
     89 *  - "restore", Evas_Object *: reports that view should be restored to default conditions
     90 *    and it gives a frame that originated restore as an argument.
     91 *  - "tooltip,text,set", const char*: sets tooltip text and displays if it is currently hidden.
    9292 */
    9393
Note: See TracChangeset for help on using the changeset viewer.