module

Name

module -- 

Synopsis



#define     GNOME_VFS_MODULE_INIT
#define     GNOME_VFS_MODULE_TRANSFORM
#define     GNOME_VFS_MODULE_SHUTDOWN
GnomeVFSMethod* vfs_module_init             (const char *method_name,
                                             const char *args);
GnomeVFSTransform* vfs_module_transform     (const char *method_name,
                                             const char *args);
void        vfs_module_shutdown             (GnomeVFSMethod *method);

Description

Details

GNOME_VFS_MODULE_INIT

#define GNOME_VFS_MODULE_INIT      "vfs_module_init"


GNOME_VFS_MODULE_TRANSFORM

#define GNOME_VFS_MODULE_TRANSFORM "vfs_module_transform"


GNOME_VFS_MODULE_SHUTDOWN

#define GNOME_VFS_MODULE_SHUTDOWN  "vfs_module_shutdown"


vfs_module_init ()

GnomeVFSMethod* vfs_module_init             (const char *method_name,
                                             const char *args);

method_name : 
args : 
Returns : 


vfs_module_transform ()

GnomeVFSTransform* vfs_module_transform     (const char *method_name,
                                             const char *args);

method_name : 
args : 
Returns : 


vfs_module_shutdown ()

void        vfs_module_shutdown             (GnomeVFSMethod *method);

method :