BookmarkFile.loadFromData

Loads a bookmark file from memory into an empty GBookmarkFile structure. If the object cannot be created then error is set to a GBookmarkFileError. Since 2.12

class BookmarkFile
int
loadFromData
(
string data
,)

Parameters

data string

desktop bookmarks loaded in memory

length gsize

the length of data in bytes

Return Value

Type: int

TRUE if a desktop bookmark could be loaded.

Throws

GException on failure.

Meta