Remove deprecated objects GtkAction and GtkUIManager
[pspp] / src / ui / gui / psppire.h
index e0b3bcb133f00d8f878b8aea531d75a9b590cd89..e65554d13c4c37cf459118f69a04efe2e16f80dc 100644 (file)
@@ -18,6 +18,7 @@
 #define PSPPIRE_H
 
 #include <glib.h>
+#include <gio/gio.h>
 
 #include <stdbool.h>
 
@@ -29,7 +30,7 @@ struct init_source
   GSource parent;
   int state;
   GMainLoop *loop;
-  gchar *file;
+  int filename_arg;
   int *argc;
   char ***argv;
 };
@@ -38,10 +39,15 @@ bool initialize (const struct init_source *is);
 
 void de_initialize (void);
 
-void psppire_quit (void);
+void psppire_quit (GApplication *app);
 
 const char * output_file_name (void);
 
 void psppire_set_lexer (struct lexer *);
 
+void register_selection_functions (void);
+
+void psppire_preload_file (const gchar *file);
+
+
 #endif /* PSPPIRE_H */