time_t is deprecated due to the year 2038 problem.
BookmarkFile.setAdded
void setAdded(string uri, long added)Sets the time the bookmark for uri was added into bookmark.
If no bookmark for uri is found then it is created.
Parameters
uri | a valid URI |
added | a timestamp or -1 to use the current time |
Deprecated
Use [glib.bookmark_file.BookmarkFile.setAddedDateTime] instead, as