GObject.Object
Epiphany.EphyNodeDb
Import line: | Epiphany = imports.gi.Epiphany; |
GIR File: | Epiphany-2.29.gir |
C documentation: | EphyNodeDb |
Class : | EphyNodeDb |
Extends: | GObject.Object |
Show / Hide Inherited methods, properties and signals |
Properties | Defined By | |
---|---|---|
immutable : Boolean
|
Epiphany.EphyNodeDb | |
name : String
|
Epiphany.EphyNodeDb | |
parent : GObject.Object
read only
|
Epiphany.EphyNodeDb | |
priv : Epiphany.EphyNodeDbPrivate
read only
|
Epiphany.EphyNodeDb |
Method / Constructor | Defined By | |
---|---|---|
new Epiphany.EphyNodeDb
(Object properties)
Create a new Epiphany.EphyNodeDb
Create a new Epiphany.EphyNodeDb
|
||
Create a new Epiphany.EphyNodeDb
Create a new Epiphany.EphyNodeDb
|
||
get_name
()
:
String
|
Epiphany.EphyNodeDb | |
get_node_from_id
(Number id)
:
Epiphany.EphyNode
Returns the EphyNode with id id from db, or NULL if no such id exists.
Returns the EphyNode with id id from db, or NULL if no such id exists.
|
Epiphany.EphyNodeDb | |
is_immutable
()
:
Boolean
|
Epiphany.EphyNodeDb | |
Populates db with data from xml_file.
Populates db with data from xml_file. The node database will be populated with everything inside of the xml_root tag from xml_file. If xml_version is different from the version attribute of the xml_root element, this function will fail. The data will most probably have been stored using ephy_node_db_write_to_xml_safe().
|
Epiphany.EphyNodeDb | |
set_immutable
(Boolean immutable)
:
none
If immutable is TRUE, sets db immutable (read-only).
If immutable is TRUE, sets db immutable (read-only). Otherwise, sets db to be read-write.
|
Epiphany.EphyNodeDb |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Epiphany.EphyNode
Method |
Create a new Epiphany.EphyNode
|
Epiphany.EphyNode
Method |
Create a new Epiphany.EphyNode
|
Epiphany.EphyNode
Method |
Create a new Epiphany.EphyNode
|
Epiphany.EphyNode
Method |
get_db
()
:
Epiphany.EphyNodeDb
|