~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
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106220112-38rdts9qqm3qluc6
Tags: 4.2.3-1
* New Upstream Release
* Send xfce-mcs-manager a SIGUSR1 so it notices the plugin.

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