BookmarkFile.setAdded

Sets the time the bookmark for uri was added into bookmark.

If no bookmark for uri is found then it is created.

More...
class BookmarkFile
void
setAdded
(
string uri
,
long added
)

Parameters

uri string

a valid URI

added long

a timestamp or -1 to use the current time

Detailed Description

Deprecated: Use glib.bookmark_file.BookmarkFile.setAddedDateTime instead, as time_t is deprecated due to the year 2038 problem.