EWebKit  1.0
Typedefs | Functions
ewk_view_configuration.h File Reference

Describes the Ewk_View_Configuration API. More...

#include "ewk_settings.h"
#include <Evas.h>

Go to the source code of this file.

Typedefs

typedef struct EwkObject Ewk_View_Configuration
 

Functions

EAPI Ewk_View_Configurationewk_view_configuration_new (void)
 
EAPI Ewk_Settingsewk_view_configuration_settings_get (const Ewk_View_Configuration *configuration)
 

Detailed Description

Describes the Ewk_View_Configuration API.

Typedef Documentation

Declare Ewk_View_Configuration as Ewk_Object.

Ewk_View_Configuration is a collection of properties used to initialize a ewk_view.

See also
Ewk_Object
ewk_view_add_with_configuration

Function Documentation

EAPI Ewk_View_Configuration* ewk_view_configuration_new ( void  )

Creates a new Ewk_View_Configuration.

The returned Ewk_View_Configuration object should be unref'ed after use.

Returns
Ewk_View_Configuration object on success or NULL on failure
See also
ewk_object_unref
EAPI Ewk_Settings* ewk_view_configuration_settings_get ( const Ewk_View_Configuration configuration)

Gets the Ewk_Settings of this configuration.

Parameters
configurationEwk_View_Configuration object to get Ewk_Settings
Returns
the Ewk_Settings instance or NULL on failure