Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | None |
Language | Haskell2010 |
GI.Gio.Objects.Vfs
Description
Entry point for using GIO functionality.
Synopsis
- newtype Vfs = Vfs (ManagedPtr Vfs)
- class (GObject o, IsDescendantOf Vfs o) => IsVfs o
- toVfs :: (MonadIO m, IsVfs o) => o -> m Vfs
- type family ResolveVfsMethod (t :: Symbol) o where ...
- vfsGetDefault :: (HasCallStack, MonadIO m) => m Vfs
- data VfsGetFileForPathMethodInfo
- vfsGetFileForPath :: (HasCallStack, MonadIO m, IsVfs a) => a -> Text -> m File
- data VfsGetFileForUriMethodInfo
- vfsGetFileForUri :: (HasCallStack, MonadIO m, IsVfs a) => a -> Text -> m File
- vfsGetLocal :: (HasCallStack, MonadIO m) => m Vfs
- data VfsGetSupportedUriSchemesMethodInfo
- vfsGetSupportedUriSchemes :: (HasCallStack, MonadIO m, IsVfs a) => a -> m [Text]
- data VfsIsActiveMethodInfo
- vfsIsActive :: (HasCallStack, MonadIO m, IsVfs a) => a -> m Bool
- data VfsParseNameMethodInfo
- vfsParseName :: (HasCallStack, MonadIO m, IsVfs a) => a -> Text -> m File
- data VfsRegisterUriSchemeMethodInfo
- vfsRegisterUriScheme :: (HasCallStack, MonadIO m, IsVfs a) => a -> Text -> Maybe VfsFileLookupFunc -> Maybe VfsFileLookupFunc -> m Bool
- data VfsUnregisterUriSchemeMethodInfo
- vfsUnregisterUriScheme :: (HasCallStack, MonadIO m, IsVfs a) => a -> Text -> m Bool
Exported types
Memory-managed wrapper type.
Constructors
Vfs (ManagedPtr Vfs) |
Instances
class (GObject o, IsDescendantOf Vfs o) => IsVfs o Source #
Instances
(GObject o, IsDescendantOf Vfs o) => IsVfs o Source # | |
Defined in GI.Gio.Objects.Vfs |
Methods
Click to display all available methods, including inherited ones
Methods
bindProperty, bindPropertyFull, forceFloating, freezeNotify, getv, isActive, isFloating, notify, notifyByPspec, parseName, ref, refSink, registerUriScheme, runDispose, stealData, stealQdata, thawNotify, unref, unregisterUriScheme, watchClosure.
Getters
getData, getFileForPath, getFileForUri, getProperty, getQdata, getSupportedUriSchemes.
Setters
type family ResolveVfsMethod (t :: Symbol) o where ... Source #
Equations
getDefault
Arguments
:: (HasCallStack, MonadIO m) | |
=> m Vfs | Returns: a |
Gets the default Vfs
for the system.
getFileForPath
data VfsGetFileForPathMethodInfo Source #
Instances
(signature ~ (Text -> m File), MonadIO m, IsVfs a) => OverloadedMethod VfsGetFileForPathMethodInfo a signature Source # | |
Defined in GI.Gio.Objects.Vfs Methods overloadedMethod :: a -> signature # | |
OverloadedMethodInfo VfsGetFileForPathMethodInfo (a :: Type) Source # | |
Defined in GI.Gio.Objects.Vfs Methods |
Arguments
:: (HasCallStack, MonadIO m, IsVfs a) | |
=> a |
|
-> Text |
|
-> m File | Returns: a |
Gets a File
for path
.
getFileForUri
data VfsGetFileForUriMethodInfo Source #
Instances
(signature ~ (Text -> m File), MonadIO m, IsVfs a) => OverloadedMethod VfsGetFileForUriMethodInfo a signature Source # | |
Defined in GI.Gio.Objects.Vfs Methods overloadedMethod :: a -> signature # | |
OverloadedMethodInfo VfsGetFileForUriMethodInfo (a :: Type) Source # | |
Defined in GI.Gio.Objects.Vfs Methods |
Arguments
:: (HasCallStack, MonadIO m, IsVfs a) | |
=> a |
|
-> Text |
|
-> m File | Returns: a |
Gets a File
for uri
.
This operation never fails, but the returned object might not support any I/O operation if the URI is malformed or if the URI scheme is not supported.
getLocal
Arguments
:: (HasCallStack, MonadIO m) | |
=> m Vfs | Returns: a |
Gets the local Vfs
for the system.
getSupportedUriSchemes
data VfsGetSupportedUriSchemesMethodInfo Source #
Instances
(signature ~ m [Text], MonadIO m, IsVfs a) => OverloadedMethod VfsGetSupportedUriSchemesMethodInfo a signature Source # | |
Defined in GI.Gio.Objects.Vfs Methods overloadedMethod :: a -> signature # | |
OverloadedMethodInfo VfsGetSupportedUriSchemesMethodInfo (a :: Type) Source # | |
Defined in GI.Gio.Objects.Vfs Methods |
vfsGetSupportedUriSchemes Source #
Arguments
:: (HasCallStack, MonadIO m, IsVfs a) | |
=> a |
|
-> m [Text] | Returns: a |
Gets a list of URI schemes supported by vfs
.
isActive
data VfsIsActiveMethodInfo Source #
Instances
(signature ~ m Bool, MonadIO m, IsVfs a) => OverloadedMethod VfsIsActiveMethodInfo a signature Source # | |
Defined in GI.Gio.Objects.Vfs Methods overloadedMethod :: a -> signature # | |
OverloadedMethodInfo VfsIsActiveMethodInfo (a :: Type) Source # | |
Defined in GI.Gio.Objects.Vfs Methods |
Arguments
:: (HasCallStack, MonadIO m, IsVfs a) | |
=> a |
|
-> m Bool | Returns: |
Checks if the VFS is active.
parseName
data VfsParseNameMethodInfo Source #
Instances
(signature ~ (Text -> m File), MonadIO m, IsVfs a) => OverloadedMethod VfsParseNameMethodInfo a signature Source # | |
Defined in GI.Gio.Objects.Vfs Methods overloadedMethod :: a -> signature # | |
OverloadedMethodInfo VfsParseNameMethodInfo (a :: Type) Source # | |
Defined in GI.Gio.Objects.Vfs Methods |
Arguments
:: (HasCallStack, MonadIO m, IsVfs a) | |
=> a |
|
-> Text |
|
-> m File | Returns: a |
This operation never fails, but the returned object might
not support any I/O operations if the parseName
cannot
be parsed by the Vfs
module.
registerUriScheme
data VfsRegisterUriSchemeMethodInfo Source #
Instances
(signature ~ (Text -> Maybe VfsFileLookupFunc -> Maybe VfsFileLookupFunc -> m Bool), MonadIO m, IsVfs a) => OverloadedMethod VfsRegisterUriSchemeMethodInfo a signature Source # | |
Defined in GI.Gio.Objects.Vfs Methods overloadedMethod :: a -> signature # | |
OverloadedMethodInfo VfsRegisterUriSchemeMethodInfo (a :: Type) Source # | |
Defined in GI.Gio.Objects.Vfs Methods |
Arguments
:: (HasCallStack, MonadIO m, IsVfs a) | |
=> a |
|
-> Text |
|
-> Maybe VfsFileLookupFunc |
|
-> Maybe VfsFileLookupFunc |
|
-> m Bool | Returns: |
Registers uriFunc
and parseNameFunc
as the File
URI and parse name
lookup functions for URIs with a scheme matching scheme
.
Note that scheme
is registered only within the running application, as
opposed to desktop-wide as it happens with GVfs backends.
When a File
is requested with an URI containing scheme
(e.g. through
fileNewForUri
), uriFunc
will be called to allow a custom
constructor. The implementation of uriFunc
should not be blocking, and
must not call vfsRegisterUriScheme
or vfsUnregisterUriScheme
.
When fileParseName
is called with a parse name obtained from such file,
parseNameFunc
will be called to allow the File
to be created again. In
that case, it's responsibility of parseNameFunc
to make sure the parse
name matches what the custom File
implementation returned when
fileGetParseName
was previously called. The implementation of
parseNameFunc
should not be blocking, and must not call
vfsRegisterUriScheme
or vfsUnregisterUriScheme
.
It's an error to call this function twice with the same scheme. To unregister
a custom URI scheme, use vfsUnregisterUriScheme
.
Since: 2.50
unregisterUriScheme
data VfsUnregisterUriSchemeMethodInfo Source #
Instances
(signature ~ (Text -> m Bool), MonadIO m, IsVfs a) => OverloadedMethod VfsUnregisterUriSchemeMethodInfo a signature Source # | |
Defined in GI.Gio.Objects.Vfs Methods overloadedMethod :: a -> signature # | |
OverloadedMethodInfo VfsUnregisterUriSchemeMethodInfo (a :: Type) Source # | |
Defined in GI.Gio.Objects.Vfs Methods |
vfsUnregisterUriScheme Source #
Arguments
:: (HasCallStack, MonadIO m, IsVfs a) | |
=> a |
|
-> Text |
|
-> m Bool | Returns: |
Unregisters the URI handler for scheme
previously registered with
vfsRegisterUriScheme
.
Since: 2.50