BookmarkFile.loadFromFile

Loads a desktop bookmark file into an empty GBookmarkFile structure. If the file could not be loaded then error is set to either a GFileError or GBookmarkFileError. Since 2.12

class BookmarkFile
int
loadFromFile
(
string filename
)

Parameters

filename string

the path of a filename to load, in the GLib file name encoding

Return Value

Type: int

TRUE if a desktop bookmark file could be loaded

Throws

GException on failure.

Meta