X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.h;h=3b9f03703ea7c85b367b057f47fa63757f4dc218;hb=37f8a4cc05e3e99f0219ed2765ed242e63464857;hp=5a245361c3ba7500e9927e7fed322dc1b0be3b13;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp diff --git a/src/ui/gui/helper.h b/src/ui/gui/helper.h index 5a245361c3..3b9f03703e 100644 --- a/src/ui/gui/helper.h +++ b/src/ui/gui/helper.h @@ -21,12 +21,10 @@ #include "relocatable.h" #include -#include #include #include - /* GtkRecentChooserMenu was added in 2.10.0 but it didn't support GtkRecentFilters until @@ -34,6 +32,7 @@ */ #define RECENT_LISTS_AVAILABLE GTK_CHECK_VERSION (2, 10, 2) +struct fmt_spec; /* Formats a value according to FORMAT The returned string must be freed when no longer required */ @@ -56,10 +55,20 @@ void reference_manual (GtkMenuItem *, gpointer); struct getl_interface; gboolean execute_syntax (struct getl_interface *sss); - #define XML_NEW(FILE) \ glade_xml_new (relocate(PKGDATADIR "/" FILE), NULL, NULL) +void marshaller_VOID__INT_INT_INT (GClosure *closure, + GValue *return_value, + guint n_param_values, + const GValue *param_values, + gpointer invocation_hint, + gpointer marshal_data); + + +/* Create a deep copy of SRC */ +GtkListStore * clone_list_store (const GtkListStore *src); + #endif