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

« back to all changes in this revision

Viewing changes to engines/balou/gnome-uri.h

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2005-11-06 22:01:12 UTC
  • mto: (4.1.1 lenny) (1.3.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20051106220112-5rusox237ymjghsp
Tags: upstream-4.2.3
ImportĀ upstreamĀ versionĀ 4.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* $Id: gnome-uri.h 4613 2004-07-14 06:30:48Z benny $ */
 
2
 
 
3
#ifndef __GNOME_URI_H__
 
4
#define __GNOME_URI_H__
 
5
 
 
6
#include <glib.h>
 
7
 
 
8
void gnome_uri_list_free_strings (GList *list);
 
9
GList *gnome_uri_list_extract_uris (const gchar *uri_list);
 
10
GList *gnome_uri_list_extract_filenames (const gchar *uri_list);
 
11
 
 
12
#endif /* !__GNOME_URI_H__ */