X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.h;h=3b9f03703ea7c85b367b057f47fa63757f4dc218;hb=392ab4052e2743f80664a4130b2b4ee5d82af7fe;hp=ddced00fc3d61c15e72d85d31d087dc56e1413e1;hpb=f514231dd2fc0c2adc1ebab5c46a4b55d2bd9c2b;p=pspp-builds.git diff --git a/src/ui/gui/helper.h b/src/ui/gui/helper.h index ddced00f..3b9f0370 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,7 +55,6 @@ 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) @@ -69,4 +67,8 @@ void marshaller_VOID__INT_INT_INT (GClosure *closure, gpointer marshal_data); +/* Create a deep copy of SRC */ +GtkListStore * clone_list_store (const GtkListStore *src); + + #endif