diff options
author | zhuyaliang <[email protected]> | 2021-07-22 08:12:26 +0800 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2021-07-28 11:52:41 -0400 |
commit | 71c7563e708128f80d6d60447cdb0430c5414626 (patch) | |
tree | e8106477696f1f3c346cf80bcb26fcfbd2e50f89 /libslab/bookmark-agent.h | |
parent | f9d1c221023e76e5a84bb4f88af4b05494054dd4 (diff) | |
download | mate-control-center-71c7563e708128f80d6d60447cdb0430c5414626.tar.bz2 mate-control-center-71c7563e708128f80d6d60447cdb0430c5414626.tar.xz |
Replace the deprecated g_bookmark_file_get_modified with g_bookmark_file_get_modified_date_time
Diffstat (limited to 'libslab/bookmark-agent.h')
-rw-r--r-- | libslab/bookmark-agent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libslab/bookmark-agent.h b/libslab/bookmark-agent.h index d33db808..409509e1 100644 --- a/libslab/bookmark-agent.h +++ b/libslab/bookmark-agent.h @@ -41,7 +41,7 @@ typedef struct { gchar *uri; gchar *title; gchar *mime_type; - time_t mtime; + GDateTime *mtime; gchar *icon; gchar *app_name; gchar *app_exec; |