BookmarkFile.setDescription

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

class BookmarkFile
void
setDescription
(
string uri
,)

Parameters

uri string

a valid URI or NULL. [allow-none]

description string

a string

Meta