GObject.Object
Epiphany.EphyEmbedSingle
Import line: | Epiphany = imports.gi.Epiphany; |
GIR File: | Epiphany-2.29.gir |
C documentation: | EphyEmbedSingle |
Class : | EphyEmbedSingle |
Implements: | Epiphany.EphyPermissionManager |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
network_status : Boolean
|
Epiphany.EphyEmbedSingle | |
parent : GObject.Object
read only
|
Epiphany.EphyEmbedSingle | |
priv : Epiphany.EphyEmbedSinglePrivate
read only
|
Epiphany.EphyEmbedSingle |
Method / Constructor | Defined By | |
---|---|---|
new Epiphany.EphyEmbedSingle
(Object properties)
Create a new Epiphany.EphyEmbedSingle
Create a new Epiphany.EphyEmbedSingle
|
||
Adds a new entry to the local cache of form auth data stored in
|
Epiphany.EphyEmbedSingle | |
Adds the specified permission to the permissions database.
Adds the specified permission to the permissions database.
|
Epiphany.EphyPermissionManager | |
clear_auth_cache
()
:
none
Clears the HTTP authentication cache.
Clears the HTTP authentication cache. This does not clear regular website passwords; it only clears the HTTP authentication cache. Websites which use HTTP authentication require the browser to send a password along with every HTTP request; the browser will ask the user for the password once and then cache the password for subsequent HTTP requests. This function will clear the HTTP authentication cache, meaning the user will have to re-enter a username and password the next time Epiphany requests a web page secured with HTTP authentication.
|
Epiphany.EphyEmbedSingle | |
clear_cache
()
:
none
Clears the HTTP cache (temporarily saved web pages).
Clears the HTTP cache (temporarily saved web pages).
|
Epiphany.EphyEmbedSingle | |
clear_permissions
()
:
none
|
Epiphany.EphyPermissionManager | |
Gets a GSList of all stored login/passwords, in EphyEmbedSingleFormAuthData format, for any form in uri, or NULL if we have none.
|
Epiphany.EphyEmbedSingle | |
get_network_status
()
:
Boolean
Gets the state of the network connection.
Gets the state of the network connection.
|
Epiphany.EphyEmbedSingle | |
initialize
()
:
Boolean
Performs startup initialisations.
Performs startup initialisations. Must be called before calling any other methods.
|
Epiphany.EphyEmbedSingle | |
Epiphany.EphyPermissionManager | ||
Opens a new window, as if it were opened in parent using the Javascript "_blank", "features");.
Opens a new window, as if it were opened in parent using the Javascript "_blank", "features");. "chrome", a GtkMozEmbed. required.
|
Epiphany.EphyEmbedSingle | |
Removes the specified permission from the permissions database.
|
Epiphany.EphyPermissionManager | |
set_network_status
(Boolean online)
:
none
|
Epiphany.EphyEmbedSingle | |
Retrieves an EphyPermissionType from the permissions database.
Retrieves an EphyPermissionType from the permissions database. If there is no entry for this type and host, it will return EPHY_PERMISSION_DEFAULT. In that case, the caller may need to determine the appropriate default behavior.
|
Epiphany.EphyPermissionManager |
Event | Defined By | |
---|---|---|
|
Epiphany.EphyEmbedSingle | |
The ::add-sidebar signal is emitted when the user clicks a javascript link that requests adding a url to the sidebar.
The ::add-sidebar signal is emitted when the user clicks a javascript link that requests adding a url to the sidebar.
|
Epiphany.EphyEmbedSingle | |
|
Epiphany.EphyEmbedSingle | |
The ::new_window signal is emitted when a new window needs to be opened.
The ::new_window signal is emitted when a new window needs to be opened. For example, when a JavaScript popup window was opened. Return a new EphyEmbed.
|
Epiphany.EphyEmbedSingle | |
permission_added (EphyPermissionManager self, EphyPermissionInfo object)
:
none
|
Epiphany.EphyPermissionManager | |
permission_changed (EphyPermissionManager self, EphyPermissionInfo object)
:
none
|
Epiphany.EphyPermissionManager | |
permission_deleted (EphyPermissionManager self, EphyPermissionInfo object)
:
none
|
Epiphany.EphyPermissionManager | |
permissions_cleared (EphyPermissionManager self)
:
none
|
Epiphany.EphyPermissionManager |