EWebKit
1.0
|
Describes the Ewk_View_Configuration API. More...
Go to the source code of this file.
Typedefs | |
typedef struct EwkObject | Ewk_View_Configuration |
Functions | |
EAPI Ewk_View_Configuration * | ewk_view_configuration_new (void) |
EAPI Ewk_Settings * | ewk_view_configuration_settings_get (const Ewk_View_Configuration *configuration) |
Describes the Ewk_View_Configuration API.
typedef struct EwkObject Ewk_View_Configuration |
Declare Ewk_View_Configuration as Ewk_Object.
Ewk_View_Configuration is a collection of properties used to initialize a ewk_view.
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.
NULL
on failureEAPI Ewk_Settings* ewk_view_configuration_settings_get | ( | const Ewk_View_Configuration * | configuration | ) |
Gets the Ewk_Settings of this configuration.
configuration | Ewk_View_Configuration object to get Ewk_Settings |
NULL
on failure