load_from_data


Description:

public bool load_from_data (string data, size_t length) throws BookmarkFileError

Loads a bookmark file from memory into an empty BookmarkFile structure.

If the object cannot be created then throws is set to a BookmarkFileError.

Parameters:

this

an empty BookmarkFile struct

data

desktop bookmarks loaded in memory

length

the length of data in bytes

Returns:

true if a desktop bookmark could be loaded.