Code

switch to sigc++ "release"
[inkscape.git] / src / dialogs / unclump.h
1 #ifndef UNCLUMP_H_SEEN
2 #define UNCLUMP_H_SEEN
4 /** \file
5  * Unclumping objects
6  */
7 /*
8  * Authors:
9  *   bulia byak
10  *
11  * Copyright (C) 2005 Authors
12  * Released under GNU GPL
13  */
15 #include <glib/gslist.h>
17 void unclump(GSList *items);
20 #endif /* !UNCLUMP_H_SEEN */