gi-gio-0.2.44.12: Gio bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gio.Objects.Vfs

Contents

Description

 

Synopsis

Exported types

class GObject o => VfsK o Source

Instances

toVfs :: VfsK o => o -> IO Vfs Source

Methods

vfsGetDefault

vfsGetFileForPath

vfsGetFileForPath :: (MonadIO m, VfsK a) => a -> Text -> m File Source

vfsGetFileForUri

vfsGetFileForUri :: (MonadIO m, VfsK a) => a -> Text -> m File Source

vfsGetLocal

vfsGetSupportedUriSchemes

vfsIsActive

vfsIsActive :: (MonadIO m, VfsK a) => a -> m Bool Source

vfsParseName

vfsParseName :: (MonadIO m, VfsK a) => a -> Text -> m File Source