GObject.Object
Epiphany.EphySession
Import line: | Epiphany = imports.gi.Epiphany; |
GIR File: | Epiphany-2.29.gir |
C documentation: | EphySession |
Class : | EphySession |
Implements: | Epiphany.EphyExtension |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
active_window : Epiphany.EphyWindow
read only
|
Epiphany.EphySession | |
parent : GObject.Object
read only
|
Epiphany.EphySession | |
priv : Epiphany.EphySessionPrivate
read only
|
Epiphany.EphySession |
Method / Constructor | Defined By | |
---|---|---|
new Epiphany.EphySession
(Object properties)
Create a new Epiphany.EphySession
Create a new Epiphany.EphySession
|
||
add_window
(Window window)
:
none
Add a tool window to the session.
Add a tool window to the session. EphyWindow take care of adding itself to session.
|
Epiphany.EphySession | |
attach_tab
(EphyWindow window, EphyEmbed embed)
:
none
|
Epiphany.EphyExtension | |
attach_window
(EphyWindow window)
:
none
|
Epiphany.EphyExtension | |
close
()
:
none
|
Epiphany.EphySession | |
detach_tab
(EphyWindow window, EphyEmbed embed)
:
none
|
Epiphany.EphyExtension | |
detach_window
(EphyWindow window)
:
none
|
Epiphany.EphyExtension | |
get_active_window
()
:
Epiphany.EphyWindow
Get the current active browser window.
Get the current active browser window. Use it when you need to take an action (like opening an url) on a window but you dont have a target window.
|
Epiphany.EphySession | |
get_windows
()
:
Array
|
Epiphany.EphySession | |
Epiphany.EphySession | ||
queue_command
(EphySessionCommand op, String arg, Array args, Number user_time, Boolean priority)
:
none
|
Epiphany.EphySession | |
remove_window
(Window window)
:
none
history window.
history window. Remove a tool window from the session.
|
Epiphany.EphySession | |
Epiphany.EphySession |
None |