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.

  1. setDBusAnnotationInfoKey :: MonadIO m => DBusAnnotationInfo -> CString -> m ()

    gi-gio GI.Gio.Structs.DBusAnnotationInfo

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

    set dBusAnnotationInfo [ #key := value ]
    

  2. 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 ]
    

  3. setDBusAnnotationInfoValue :: MonadIO m => DBusAnnotationInfo -> CString -> m ()

    gi-gio GI.Gio.Structs.DBusAnnotationInfo

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

    set dBusAnnotationInfo [ #value := value ]
    

  4. setDBusArgInfoAnnotations :: MonadIO m => DBusArgInfo -> Ptr (Ptr DBusAnnotationInfo) -> m ()

    gi-gio GI.Gio.Structs.DBusArgInfo

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

    set dBusArgInfo [ #annotations := value ]
    

  5. setDBusArgInfoName :: MonadIO m => DBusArgInfo -> CString -> m ()

    gi-gio GI.Gio.Structs.DBusArgInfo

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

    set dBusArgInfo [ #name := value ]
    

  6. 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 ]
    

  7. setDBusArgInfoSignature :: MonadIO m => DBusArgInfo -> CString -> m ()

    gi-gio GI.Gio.Structs.DBusArgInfo

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

    set dBusArgInfo [ #signature := value ]
    

  8. setDBusErrorEntryDbusErrorName :: MonadIO m => DBusErrorEntry -> CString -> m ()

    gi-gio GI.Gio.Structs.DBusErrorEntry

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

    set dBusErrorEntry [ #dbusErrorName := value ]
    

  9. setDBusErrorEntryErrorCode :: MonadIO m => DBusErrorEntry -> Int32 -> m ()

    gi-gio GI.Gio.Structs.DBusErrorEntry

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

    set dBusErrorEntry [ #errorCode := value ]
    

  10. setDBusInterfaceInfoAnnotations :: MonadIO m => DBusInterfaceInfo -> Ptr (Ptr DBusAnnotationInfo) -> m ()

    gi-gio GI.Gio.Structs.DBusInterfaceInfo

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

    set dBusInterfaceInfo [ #annotations := value ]
    

Page 286 of many | Previous | Next