BookmarkFile.getVisited

Gets the time the bookmark for uri was last visited.

In the event the URI cannot be found, -1 is returned and error is set to G_BOOKMARK_FILE_ERROR_URI_NOT_FOUND.

More...
class BookmarkFile
long
getVisited
(
string uri
)

Parameters

uri string

a valid URI

Return Value

Type: long

a timestamp.

Detailed Description

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