EWebKit  1.0
Typedefs | Functions
ewk_back_forward_list_item.h File Reference

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)
 

Detailed Description

Describes the Ewk Back Forward List Item API.

Typedef Documentation

Declare Ewk_Back_Forward_List_Item as Ewk_Object.

See also
Ewk_Object

Function Documentation

EAPI const char* ewk_back_forward_list_item_original_url_get ( const Ewk_Back_Forward_List_Item item)

Returns original URL of the item.

See also
ewk_back_forward_list_item_url_get()
Parameters
itemthe back-forward list item instance
Returns
the original URL of the item or 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.

Parameters
itemthe back-forward list item instance
Returns
the title of the item or 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).

See also
ewk_back_forward_list_item_original_url_get()
Parameters
itemthe back-forward list item instance
Returns
the URL of the item or 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()