BookmarkFile.setDescription
void setDescription(string uri, string description)Sets description as the description of the bookmark for uri.
If uri is null, the description of bookmark is set.
If a bookmark for uri cannot be found then it is created.
Parameters
uri | a valid URI or null |
description | a string |