X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelper.h;h=1a620908309c3f93450dd4b90178ec1ca0001785;hb=46b17a75377b7541db5149c561d8569b5472d3fe;hp=ddced00fc3d61c15e72d85d31d087dc56e1413e1;hpb=f514231dd2fc0c2adc1ebab5c46a4b55d2bd9c2b;p=pspp diff --git a/src/ui/gui/helper.h b/src/ui/gui/helper.h index ddced00fc3..1a62090830 100644 --- a/src/ui/gui/helper.h +++ b/src/ui/gui/helper.h @@ -20,13 +20,12 @@ #include "relocatable.h" -#include #include +#include #include #include - /* GtkRecentChooserMenu was added in 2.10.0 but it didn't support GtkRecentFilters until @@ -34,6 +33,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 +56,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 +68,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