X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fui%2Fgui%2Fhelper.h;h=377066176f5257528a15db5e6eb715062c93d603;hb=880d5a149fbdfdc074f49f590cb8aca8457b2446;hp=eb50bdd2648d404f00e57545d9830090431eeaa6;hpb=020c7feaeb2f56ae271c51381798f90c71a7e922;p=pspp-builds.git diff --git a/src/ui/gui/helper.h b/src/ui/gui/helper.h index eb50bdd2..37706617 100644 --- a/src/ui/gui/helper.h +++ b/src/ui/gui/helper.h @@ -67,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