diff options
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; |