BookmarkFile.setTitle

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. Since 2.12

class BookmarkFile
void
setTitle
(
string uri
,
string title
)

Parameters

uri string

a valid URI or NULL. [allow-none]

title string

a UTF-8 encoded string

Meta