gnomevfs-0.11.0: Binding to the GNOME Virtual File System library.Source codeContentsIndex
System.Gnome.VFS.Init
Portabilityportable (depends on GHC)
Stabilityalpha
Maintainergtk2hs-devel@lists.sourceforge.net
Contents
Initialization and Shutdown
Description
Synopsis
init :: IO Bool
shutdown :: IO ()
initialized :: IO Bool
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).
Produced by Haddock version 2.6.0