ewebkit2
1.11.0
Web engine based on WebKit2 for EFL
|
Describes the Ewk Back Forward List Item API. More...
#include <Eina.h>
Go to the source code of this file.
Typedefs | |
typedef struct EwkObject | Ewk_Back_Forward_List_Item |
Functions | |
EAPI const char * | ewk_back_forward_list_item_url_get (const Ewk_Back_Forward_List_Item *item) |
EAPI const char * | ewk_back_forward_list_item_title_get (const Ewk_Back_Forward_List_Item *item) |
EAPI const char * | ewk_back_forward_list_item_original_url_get (const Ewk_Back_Forward_List_Item *item) |
Describes the Ewk Back Forward List Item API.
typedef struct EwkObject Ewk_Back_Forward_List_Item |
Declare Ewk_Back_Forward_List_Item as Ewk_Object.
EAPI const char* ewk_back_forward_list_item_original_url_get | ( | const Ewk_Back_Forward_List_Item * | item) |
Returns original URL of the item.
item | the back-forward list item instance |
NULL
in case of error. This pointer is guaranteed to be eina_stringshare, so whenever possible save yourself some cpu cycles and use eina_stringshare_ref() instead of eina_stringshare_add() or strdup() EAPI const char* ewk_back_forward_list_item_title_get | ( | const Ewk_Back_Forward_List_Item * | item) |
Returns title of the item.
item | the back-forward list item instance |
NULL
in case of error. This pointer is guaranteed to be eina_stringshare, so whenever possible save yourself some cpu cycles and use eina_stringshare_ref() instead of eina_stringshare_add() or strdup() EAPI const char* ewk_back_forward_list_item_url_get | ( | const Ewk_Back_Forward_List_Item * | item) |
Returns URL of the item.
The returned URL may differ from the original URL (For example if the page was redirected).
item | the back-forward list item instance |
NULL
in case of error. This pointer is guaranteed to be eina_stringshare, so whenever possible save yourself some cpu cycles and use eina_stringshare_ref() instead of eina_stringshare_add() or strdup()