summaryrefslogtreecommitdiff
path: root/pluma/pluma-document-saver.h
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-05-10 19:36:29 +0200
committerRobert Antoni Buj Gelonch <[email protected]>2020-06-16 19:53:18 +0200
commit7ce1a66e8b52e4f6f03a57f08973c750f6bc5ead (patch)
tree8699f9012e3b09cc4bd4382f77b74cdacd09df96 /pluma/pluma-document-saver.h
parent43ee3b27f218ab513a11a253b4b8161eeec9b0df (diff)
downloadpluma-7ce1a66e8b52e4f6f03a57f08973c750f6bc5ead.tar.bz2
pluma-7ce1a66e8b52e4f6f03a57f08973c750f6bc5ead.tar.xz
Remove warning ‘GTimeVal’ is deprecated
Diffstat (limited to 'pluma/pluma-document-saver.h')
-rw-r--r--pluma/pluma-document-saver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/pluma/pluma-document-saver.h b/pluma/pluma-document-saver.h
index a64cdadc..27859039 100644
--- a/pluma/pluma-document-saver.h
+++ b/pluma/pluma-document-saver.h
@@ -85,7 +85,7 @@ struct _PlumaDocumentSaverClass
/* VTable */
void (* save) (PlumaDocumentSaver *saver,
- GTimeVal *old_mtime);
+ gint64 *old_mtime);
goffset (* get_file_size) (PlumaDocumentSaver *saver);
goffset (* get_bytes_written) (PlumaDocumentSaver *saver);
};
@@ -106,7 +106,7 @@ void pluma_document_saver_saving (PlumaDocumentSaver *saver,
gboolean completed,
GError *error);
void pluma_document_saver_save (PlumaDocumentSaver *saver,
- GTimeVal *old_mtime);
+ gint64 *old_mtime);
#if 0
void pluma_document_saver_cancel (PlumaDocumentSaver *saver);