Hoogle Search

Within LTS Haskell 24.39 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. constructZlibCompressorFormat :: (IsZlibCompressor o, MonadIO m) => ZlibCompressorFormat -> m (GValueConstruct o)

    gi-gio GI.Gio.Objects.ZlibCompressor

    Construct a GValueConstruct with valid value for the “format” property. This is rarely needed directly, but it is used by new.

  2. getZlibCompressorFormat :: (MonadIO m, IsZlibCompressor o) => o -> m ZlibCompressorFormat

    gi-gio GI.Gio.Objects.ZlibCompressor

    Get the value of the “format” property. When overloading is enabled, this is equivalent to

    get zlibCompressor #format
    

  3. constructZlibDecompressorFormat :: (IsZlibDecompressor o, MonadIO m) => ZlibCompressorFormat -> m (GValueConstruct o)

    gi-gio GI.Gio.Objects.ZlibDecompressor

    Construct a GValueConstruct with valid value for the “format” property. This is rarely needed directly, but it is used by new.

  4. getZlibDecompressorFormat :: (MonadIO m, IsZlibDecompressor o) => o -> m ZlibCompressorFormat

    gi-gio GI.Gio.Objects.ZlibDecompressor

    Get the value of the “format” property. When overloading is enabled, this is equivalent to

    get zlibDecompressor #format
    

  5. dBusAnnotationInfoRef :: (HasCallStack, MonadIO m) => DBusAnnotationInfo -> m DBusAnnotationInfo

    gi-gio GI.Gio.Structs.DBusAnnotationInfo

    If info is statically allocated does nothing. Otherwise increases the reference count. Since: 2.26

  6. getDBusAnnotationInfoRefCount :: MonadIO m => DBusAnnotationInfo -> m Int32

    gi-gio GI.Gio.Structs.DBusAnnotationInfo

    Get the value of the “ref_count” field. When overloading is enabled, this is equivalent to

    get dBusAnnotationInfo #refCount
    

  7. setDBusAnnotationInfoRefCount :: MonadIO m => DBusAnnotationInfo -> Int32 -> m ()

    gi-gio GI.Gio.Structs.DBusAnnotationInfo

    Set the value of the “ref_count” field. When overloading is enabled, this is equivalent to

    set dBusAnnotationInfo [ #refCount := value ]
    

  8. dBusArgInfoRef :: (HasCallStack, MonadIO m) => DBusArgInfo -> m DBusArgInfo

    gi-gio GI.Gio.Structs.DBusArgInfo

    If info is statically allocated does nothing. Otherwise increases the reference count. Since: 2.26

  9. getDBusArgInfoRefCount :: MonadIO m => DBusArgInfo -> m Int32

    gi-gio GI.Gio.Structs.DBusArgInfo

    Get the value of the “ref_count” field. When overloading is enabled, this is equivalent to

    get dBusArgInfo #refCount
    

  10. setDBusArgInfoRefCount :: MonadIO m => DBusArgInfo -> Int32 -> m ()

    gi-gio GI.Gio.Structs.DBusArgInfo

    Set the value of the “ref_count” field. When overloading is enabled, this is equivalent to

    set dBusArgInfo [ #refCount := value ]
    

Page 569 of many | Previous | Next