GObject.Object
Epiphany.EphyExtensionsManager
Import line: | Epiphany = imports.gi.Epiphany; |
GIR File: | Epiphany-2.29.gir |
C documentation: | EphyExtensionsManager |
Class : | EphyExtensionsManager |
Implements: | Epiphany.EphyExtension |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
parent_instance : GObject.Object
read only
|
Epiphany.EphyExtensionsManager | |
priv : Epiphany.EphyExtensionsManagerPrivate
read only
|
Epiphany.EphyExtensionsManager |
Method / Constructor | Defined By | |
---|---|---|
new Epiphany.EphyExtensionsManager
(Object properties)
Create a new Epiphany.EphyExtensionsManager
Create a new Epiphany.EphyExtensionsManager
|
||
attach_tab
(EphyWindow window, EphyEmbed embed)
:
none
|
Epiphany.EphyExtension | |
attach_window
(EphyWindow window)
:
none
|
Epiphany.EphyExtension | |
detach_tab
(EphyWindow window, EphyEmbed embed)
:
none
|
Epiphany.EphyExtension | |
detach_window
(EphyWindow window)
:
none
|
Epiphany.EphyExtension | |
get_extensions
()
:
Array
Returns the list of known extensions.
Returns the list of known extensions.
|
Epiphany.EphyExtensionsManager | |
load
(String identifier)
:
none
Loads the extension corresponding to identifier.
Loads the extension corresponding to identifier.
|
Epiphany.EphyExtensionsManager | |
register
(Object object)
:
none
Registers object with the extensions manager.
Registers object with the extensions manager. object must implement the EphyExtension interface.
|
Epiphany.EphyExtensionsManager | |
startup
()
:
none
|
Epiphany.EphyExtensionsManager | |
unload
(String identifier)
:
none
Unloads the extension specified by identifier.
Unloads the extension specified by identifier. The extension with the same filename can afterwards be reloaded. However, if any GTypes within the extension have changed parent types, Epiphany must be restarted.
|
Epiphany.EphyExtensionsManager |
Event | Defined By | |
---|---|---|
added (EphyExtensionsManager self, void* object)
:
none
|
Epiphany.EphyExtensionsManager | |
changed (EphyExtensionsManager self, void* object)
:
none
|
Epiphany.EphyExtensionsManager | |
removed (EphyExtensionsManager self, void* object)
:
none
|
Epiphany.EphyExtensionsManager |