Oneway Dialog: Remove deprecated properties
[pspp] / src / ui / gui / psppire-window.h
index bc1b0f0b280770b87ae1414b7da4dc10b63c2e97..e4422ecc744f72004df81504498988eeca432716 100644 (file)
@@ -1,5 +1,5 @@
 /* PSPPIRE - a graphical user interface for PSPP.
-   Copyright (C) 2008, 2009, 2010, 2011, 2013, 2014  Free Software Foundation
+   Copyright (C) 2008, 2009, 2010, 2011, 2013, 2014, 2020 Free Software Foundation
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -73,8 +73,11 @@ struct _PsppireWindow
   guint remove_handler;
 
   gboolean added_separator;
-  gboolean dirty;
-  GTimeVal savetime;
+
+  /* The time when the contents of the window was last edited subsequent
+     to having been saved, or NULL if it has not been edited since the
+     most recent save.  */
+  GDateTime *edited;
 };
 
 
@@ -120,6 +123,8 @@ GtkWidget *psppire_window_file_chooser_dialog (PsppireWindow *toplevel);
 void add_most_recent (const char *file_name, const char *mime_type,
                       const char *encoding);
 
+void read_spv_file (const char *filename);
+
 G_END_DECLS
 
 #endif /* __PSPPIRE_WINDOW_H__ */