Code

1a087433e82ed97dc0e0c40161538dd88012bd6b
[inkscape.git] / src / helper / gnome-utils.h
1 /*
2  * GNOME Utils - Migration helper
3  *
4  * Author:
5  *   GNOME Developer
6  *   Mitsuru Oka <oka326@parkcity.ne.jp>
7  *   Lauris Kaplinski <lauris@ximian.com>
8  *
9  * Copyright (C) 2001 Lauris Kaplinski and Ximian, Inc.
10  *
11  * Released under GNU GPL
12  */
15 #ifndef __GNOME_UTILS_H__
16 #define __GNOME_UTILS_H__
18 #include <glib/gtypes.h>
19 #include <glib/glist.h>
21 GList *gnome_uri_list_extract_uris(gchar const *uri_list);
23 GList *gnome_uri_list_extract_filenames(gchar const *uri_list);
25 #endif /* __GNOME_UTILS_H__ */
27 /*
28   Local Variables:
29   mode:c++
30   c-file-style:"stroustrup"
31   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
32   indent-tabs-mode:nil
33   fill-column:99
34   End:
35 */
36 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :