get_modified
Description:
[ Version ( deprecated_since = "2.66" , replacement = "get_modified_date_time" ) ]
public time_t get_modified (string uri) throws BookmarkFileError
public time_t get_modified (string uri) throws BookmarkFileError
Warning: get_modified is deprecated since 2.66. Use get_modified_date_time.
Gets the time when the bookmark for uri
was last modified.
Note:
Use get_modified_date_time instead, as `time_t` is deprecated due to the year 2038 problem.
In the event the URI cannot be found, -1 is returned and throws is set to g_bookmark_file_error_uri_not_found.
Parameters:
this | |
uri |
a valid URI |
Returns:
a timestamp |