Name
Initialization/Shutdown -- starting GnomeVFS up and shutting it down
Details
gnome_vfs_init ()
gboolean gnome_vfs_init (void); |
If GnomeVFS is not already initialized, initialize it. This must be
called prior to performing any other GnomeVFS operations, and may
be called multiple times without error.
gnome_vfs_initialized ()
gboolean gnome_vfs_initialized (void); |
Detects if GnomeVFS has already been initialized (GnomeVFS must be
initialized prior to using any methods or operations).
gnome_vfs_shutdown ()
void gnome_vfs_shutdown (void); |
Cease all active GnomeVFS operations and unload the MIME
database from memory.
gnome_vfs_loadinit ()
void gnome_vfs_loadinit (gpointer app,
gpointer modinfo); |
gnome_vfs_preinit ()
void gnome_vfs_preinit (gpointer app,
gpointer modinfo); |
gnome_vfs_postinit ()
void gnome_vfs_postinit (gpointer app,
gpointer modinfo); |