Hoogle Search
Within LTS Haskell 24.46 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
setFileAttributeInfoFlags :: MonadIO m => FileAttributeInfo -> [FileAttributeInfoFlags] -> m ()gi-gio GI.Gio.Structs.FileAttributeInfo Set the value of the “flags” field. When overloading is enabled, this is equivalent to
set fileAttributeInfo [ #flags := value ]
setFileAttributeInfoName :: MonadIO m => FileAttributeInfo -> CString -> m ()gi-gio GI.Gio.Structs.FileAttributeInfo Set the value of the “name” field. When overloading is enabled, this is equivalent to
set fileAttributeInfo [ #name := value ]
setFileAttributeInfoType :: MonadIO m => FileAttributeInfo -> FileAttributeType -> m ()gi-gio GI.Gio.Structs.FileAttributeInfo Set the value of the “type” field. When overloading is enabled, this is equivalent to
set fileAttributeInfo [ #type := value ]
setFileAttributeInfoListInfos :: MonadIO m => FileAttributeInfoList -> Ptr FileAttributeInfo -> m ()gi-gio GI.Gio.Structs.FileAttributeInfoList Set the value of the “infos” field. When overloading is enabled, this is equivalent to
set fileAttributeInfoList [ #infos := value ]
setFileAttributeInfoListNInfos :: MonadIO m => FileAttributeInfoList -> Int32 -> m ()gi-gio GI.Gio.Structs.FileAttributeInfoList Set the value of the “n_infos” field. When overloading is enabled, this is equivalent to
set fileAttributeInfoList [ #nInfos := value ]
setInputMessageAddress :: MonadIO m => InputMessage -> Ptr SocketAddress -> m ()gi-gio GI.Gio.Structs.InputMessage Set the value of the “address” field. When overloading is enabled, this is equivalent to
set inputMessage [ #address := value ]
setInputMessageBytesReceived :: MonadIO m => InputMessage -> CSize -> m ()gi-gio GI.Gio.Structs.InputMessage Set the value of the “bytes_received” field. When overloading is enabled, this is equivalent to
set inputMessage [ #bytesReceived := value ]
setInputMessageFlags :: MonadIO m => InputMessage -> Int32 -> m ()gi-gio GI.Gio.Structs.InputMessage Set the value of the “flags” field. When overloading is enabled, this is equivalent to
set inputMessage [ #flags := value ]
setInputMessageNumControlMessages :: MonadIO m => InputMessage -> Word32 -> m ()gi-gio GI.Gio.Structs.InputMessage Set the value of the “num_control_messages” field. When overloading is enabled, this is equivalent to
set inputMessage [ #numControlMessages := value ]
setInputMessageNumVectors :: MonadIO m => InputMessage -> Word32 -> m ()gi-gio GI.Gio.Structs.InputMessage Set the value of the “num_vectors” field. When overloading is enabled, this is equivalent to
set inputMessage [ #numVectors := value ]