gnomevfs-0.11.0: Binding to the GNOME Virtual File System library.

Portabilityportable (depends on GHC)
Stabilityalpha
Maintainergtk2hs-devel@lists.sourceforge.net

System.Gnome.VFS.Init

Contents

Description

 

Synopsis

Initialization and Shutdown

init :: IO BoolSource

If gnome-vfs is not already initialized, initialize it. This must be called prior to performing any other gnome-vfs operations, and may be called multiple times without error.

shutdown :: IO ()Source

Cease all active gnome-vfs operations and unload the MIME database from memory.

initialized :: IO BoolSource

Detects if gnome-vfs has already been initialized (gnome-vfs must be initialized prior to using any methods or operations).