Top |
GnomeVFSMethod * | vfs_module_init () |
GnomeVFSTransform * | vfs_module_transform () |
void | vfs_module_shutdown () |
GnomeVFSMethod * vfs_module_init (const char *method_name
,const char *args
);
Standard extern call implemented by each filesystem module. This is called to initialize the module and setup any basic structures / connections the method requires. It also allows the module to identify the URI method it is associated with in this instance.
GnomeVFSTransform * vfs_module_transform (const char *method_name
,const char *args
);
Shift an already instanced module to a new method name. This call is not implemented by most modules and is optional.