summaryrefslogtreecommitdiff
path: root/engines/balou/gnome-uri.h
blob: 888915ecc9e59de10b161e82fa13723cc8d3e1cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* $Id$ */

#ifndef __GNOME_URI_H__
#define __GNOME_URI_H__

#include <glib.h>

void gnome_uri_list_free_strings (GList *list);
GList *gnome_uri_list_extract_uris (const gchar *uri_list);
GList *gnome_uri_list_extract_filenames (const gchar *uri_list);

#endif /* !__GNOME_URI_H__ */