#include <glib-object.h>Include dependency graph for gwebcommon.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
GWebCertificateAction. Enumerates certificate actions.
| G_WEB_CERT_ACTION_OK | OK |
| G_WEB_CERT_ACTION_CANCEL | Cancel |
| G_WEB_CERT_ACTION_ACCEPT | Accept |
| G_WEB_CERT_ACTION_INSTALL | Install |
| G_WEB_CERT_ACTION_DELETE | Delete |
Definition at line 512 of file gwebcommon.h.
GWebCertificateMessage. Enumerates certificate messages.
Definition at line 534 of file gwebcommon.h.
GWebCertificateReaction. Enumerates certificate reactions.
Definition at line 524 of file gwebcommon.h.
| enum GWebCookieAction |
GWebCookieAction. Enumerates cookie actions.
Definition at line 492 of file gwebcommon.h.
| enum GWebDialogButton |
GWebDialogButton. Enumerates dialog button types.
| G_WEB_DIALOG_NO_BUTTON | |
| G_WEB_DIALOG_BUTTON_OK | |
| G_WEB_DIALOG_BUTTON_CANCEL | |
| G_WEB_DIALOG_BUTTON_YES | |
| G_WEB_DIALOG_BUTTON_NO | |
| G_WEB_DIALOG_BUTTON_ABORT | |
| G_WEB_DIALOG_BUTTON_RETRY | |
| G_WEB_DIALOG_BUTTON_IGNORE |
Definition at line 550 of file gwebcommon.h.
GWebDialogMessageType. Enumerates dialog message types.
| G_WEB_DIALOG_MESSAGE_TYPE_INFO | |
| G_WEB_DIALOG_MESSAGE_TYPE_WARNING | |
| G_WEB_DIALOG_MESSAGE_TYPE_ERROR |
Definition at line 565 of file gwebcommon.h.
| enum GWebEngineEncoding |
GWebEngineEncoding. Enumerates encoding types.
Definition at line 398 of file gwebcommon.h.
GWebEngineImagePolicy. Enumerates image policy types.
| G_WEBENGINE_POLICY_NO_IMAGES | |
| G_WEBENGINE_POLICY_LOADED_IMAGES | |
| G_WEBENGINE_POLICY_ALL_IMAGES |
Definition at line 460 of file gwebcommon.h.
| enum GWebEngineLayoutMode |
GWebEngineLayoutMode. Enumerates layout modes.
Definition at line 450 of file gwebcommon.h.
| enum GWebEngineSaveAction |
GWebEngineSaveAction. Enumerates save actions.
Definition at line 482 of file gwebcommon.h.
| enum GWebPasswordAction |
GWebWandAction. Enumerates password storage action types.
| G_WEB_PASSWORD_STORE | |
| G_WEB_PASSWORD_STORE_ENTIRE_SERVER | |
| G_WEB_PASSWORD_DONT_STORE | |
| G_WEB_PASSWORD_NEVER_STORE_ON_THIS_PAGE | |
| G_WEB_PASSWORD_NEVER_STORE_ON_ENTIRE_SERVER |
Definition at line 471 of file gwebcommon.h.
| enum GWebPluginEvent |
GWebPluginEvent. Enumerates events to be sent to the plugin.
| G_WEB_PLUGINS_SHOW | |
| G_WEB_PLUGINS_HIDE | |
| G_WEB_PLUGINS_RESUME | |
| G_WEB_PLUGINS_SUSPEND | |
| G_WEB_PLUGINS_LOW_MEMORY | |
| G_WEB_PLUGINS_NORMAL_MEMORY | |
| G_WEB_PLUGINS_LAST |
Definition at line 575 of file gwebcommon.h.
| enum GWebStatus |
GWebStatus. Enumerates status types.
| G_WEB_STATUS_OK | |
| G_WEB_ERR | |
| G_WEB_ERR_NO_MEMORY | |
| G_WEB_ERR_NULL_POINTER | |
| G_WEB_ERR_OUT_OF_RANGE | |
| G_WEB_ERR_NO_ACCESS | |
| G_WEB_ERR_FILE_NOT_FOUND | |
| G_WEB_ERR_NO_DISK | |
| G_WEB_ERR_NOT_SUPPORTED |
Definition at line 382 of file gwebcommon.h.
| GObject* g_web_new | ( | void | ) |
Create global Web Engine object.
| void g_web_set_env | ( | void | ) |
Set Web Engine specific environment.
1.5.1