~ubuntu-branches/ubuntu/karmic/xfce4-session/karmic

1
2
3
4
5
6
7
8
9
10
11
12
/* $Id: gnome-uri.h 4613 2004-07-14 06:30:48Z benny $ */

#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__ */