BookmarkFile.setTitle
void setTitle(string uri, string title)Sets title as the title of the bookmark for uri inside the bookmark file bookmark.
If uri is null, the title of bookmark is set.
If a bookmark for uri cannot be found then it is created.
Parameters
uri | a valid URI or null |
title | a UTF-8 encoded string |