Code

Fix fallback icon loading order for icons with legacy names.
[inkscape.git] / src / unclump.h
1 /** @file
2  * @brief Unclumping objects
3  */
4 /* Authors:
5  *   bulia byak
6  *
7  * Copyright (C) 2005 Authors
8  * Released under GNU GPL, read the file 'COPYING' for more information
9  */
11 #ifndef SEEN_DIALOGS_UNCLUMP_H
12 #define SEEN_DIALOGS_UNCLUMP_H
14 #include <glib/gslist.h>
16 void unclump(GSList *items);
18 #endif /* !UNCLUMP_H_SEEN */
20 /*
21   Local Variables:
22   mode:c++
23   c-file-style:"stroustrup"
24   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
25   indent-tabs-mode:nil
26   fill-column:99
27   End:
28 */
29 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :