Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
pattern
FILE_ATTRIBUTE_ACCESS_CAN_READ :: Textgi-gio GI.Gio.Constants A key in the "access" namespace for getting read privileges. Corresponding FileAttributeType is FileAttributeTypeBoolean. This attribute will be True if the user is able to read the file.
pattern
FILE_ATTRIBUTE_FILESYSTEM_READONLY :: Textgi-gio GI.Gio.Constants A key in the "filesystem" namespace for checking if the file system is read only. Is set to True if the file system is read only. Corresponding FileAttributeType is FileAttributeTypeBoolean.
DBusErrorPropertyReadOnly :: DBusErrorgi-gio GI.Gio.Enums Property you tried to set is read-only. Since 2.42
IOErrorEnumAlreadyMounted :: IOErrorEnumgi-gio GI.Gio.Enums File is already mounted.
IOErrorEnumReadOnly :: IOErrorEnumgi-gio GI.Gio.Enums File is read only.
DBusInterfaceSkeletonFlagsHandleMethodInvocationsInThread :: DBusInterfaceSkeletonFlagsgi-gio GI.Gio.Flags Each method invocation is handled in a thread dedicated to the invocation. This means that the method implementation can use blocking IO without blocking any other part of the process. It also means that the method implementation must use locking to access data structures used by other threads.
DBusPropertyInfoFlagsReadable :: DBusPropertyInfoFlagsgi-gio GI.Gio.Flags Property is readable.
DBusServerFlagsRunInThread :: DBusServerFlagsgi-gio GI.Gio.Flags All DBusServer::newConnection signals will run in separated dedicated threads (see signal for details).
-
gi-gio GI.Gio.Functions Tries to read from stream, as with inputStreamRead (if blocking is True) or pollableInputStreamReadNonblocking (if blocking is False). This can be used to more easily share code between blocking and non-blocking implementations of a method. If blocking is False, then stream must be a PollableInputStream for which pollableInputStreamCanPoll returns True, or else the behavior is undefined. If blocking is True, then stream does not need to be a PollableInputStream. Since: 2.34
unixMountIsReadonly :: (HasCallStack, MonadIO m) => UnixMountEntry -> m Boolgi-gio GI.Gio.Functions Checks if a unix mount is mounted read only.