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-backend.h
1 #ifndef GNOME_VFS_BACKEND_H
2 #define GNOME_VFS_BACKEND_H
3
4 #include <libgnomevfs/gnome-vfs-context.h>
5 #include <libgnomevfs/gnome-vfs-module-callback.h>
6
7 G_BEGIN_DECLS
8
9 void        _gnome_vfs_get_current_context       (/* OUT */ GnomeVFSContext **context);
10 void        _gnome_vfs_dispatch_module_callback  (GnomeVFSAsyncModuleCallback    callback,
11                                                  gconstpointer                  in,
12                                                  gsize                          in_size,
13                                                  gpointer                       out, 
14                                                  gsize                          out_size,
15                                                  gpointer                       user_data,
16                                                  GnomeVFSModuleCallbackResponse response,
17                                                  gpointer                       response_data);
18
19
20 G_END_DECLS
21
22 #endif