ftp://ftp.redhat.com/pub/redhat/linux/rawhide/SRPMS/SRPMS/gnome-vfs2-2.3.8-1.src.rpm
[gnome-vfs-httpcaptive.git] / libgnomevfs / gnome-vfs-configuration.h
1 /* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
2 /* gnome-vfs-configuration.h - Handling of the GNOME Virtual File System
3    configuration.
4
5    Copyright (C) 1999 Free Software Foundation
6
7    The Gnome Library is free software; you can redistribute it and/or
8    modify it under the terms of the GNU Library General Public License as
9    published by the Free Software Foundation; either version 2 of the
10    License, or (at your option) any later version.
11
12    The Gnome Library is distributed in the hope that it will be useful,
13    but WITHOUT ANY WARRANTY; without even the implied warranty of
14    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
15    Library General Public License for more details.
16
17    You should have received a copy of the GNU Library General Public
18    License along with the Gnome Library; see the file COPYING.LIB.  If not,
19    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20    Boston, MA 02111-1307, USA.
21
22    Author: Ettore Perazzoli <ettore@comm2000.it> */
23
24 #ifndef GNOME_VFS_CONFIGURATION_H
25 #define GNOME_VFS_CONFIGURATION_H
26
27 #include <glib/gtypes.h>
28 #include <glib/glist.h>
29
30 G_BEGIN_DECLS
31
32 void         _gnome_vfs_configuration_add_directory   (const char *dir);
33 gboolean     _gnome_vfs_configuration_init            (void);
34 void         _gnome_vfs_configuration_uninit          (void);
35 const gchar *_gnome_vfs_configuration_get_module_path (const gchar *method_name, const char ** args);
36 GList       *_gnome_vfs_configuration_get_methods_list(void);
37
38
39 G_END_DECLS
40
41 #endif /* GNOME_VFS_CONFIGURATION_H */