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. setDBusMethodInfoName :: MonadIO m => DBusMethodInfo -> CString -> m ()

    gi-gio GI.Gio.Structs.DBusMethodInfo

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

    set dBusMethodInfo [ #name := value ]
    

  2. setDBusMethodInfoOutArgs :: MonadIO m => DBusMethodInfo -> Ptr (Ptr DBusArgInfo) -> m ()

    gi-gio GI.Gio.Structs.DBusMethodInfo

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

    set dBusMethodInfo [ #outArgs := value ]
    

  3. setDBusMethodInfoRefCount :: MonadIO m => DBusMethodInfo -> Int32 -> m ()

    gi-gio GI.Gio.Structs.DBusMethodInfo

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

    set dBusMethodInfo [ #refCount := value ]
    

  4. setDBusNodeInfoAnnotations :: MonadIO m => DBusNodeInfo -> Ptr (Ptr DBusAnnotationInfo) -> m ()

    gi-gio GI.Gio.Structs.DBusNodeInfo

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

    set dBusNodeInfo [ #annotations := value ]
    

  5. setDBusNodeInfoInterfaces :: MonadIO m => DBusNodeInfo -> Ptr (Ptr DBusInterfaceInfo) -> m ()

    gi-gio GI.Gio.Structs.DBusNodeInfo

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

    set dBusNodeInfo [ #interfaces := value ]
    

  6. setDBusNodeInfoNodes :: MonadIO m => DBusNodeInfo -> Ptr (Ptr DBusNodeInfo) -> m ()

    gi-gio GI.Gio.Structs.DBusNodeInfo

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

    set dBusNodeInfo [ #nodes := value ]
    

  7. setDBusNodeInfoPath :: MonadIO m => DBusNodeInfo -> CString -> m ()

    gi-gio GI.Gio.Structs.DBusNodeInfo

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

    set dBusNodeInfo [ #path := value ]
    

  8. setDBusNodeInfoRefCount :: MonadIO m => DBusNodeInfo -> Int32 -> m ()

    gi-gio GI.Gio.Structs.DBusNodeInfo

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

    set dBusNodeInfo [ #refCount := value ]
    

  9. setDBusPropertyInfoAnnotations :: MonadIO m => DBusPropertyInfo -> Ptr (Ptr DBusAnnotationInfo) -> m ()

    gi-gio GI.Gio.Structs.DBusPropertyInfo

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

    set dBusPropertyInfo [ #annotations := value ]
    

  10. setDBusPropertyInfoFlags :: MonadIO m => DBusPropertyInfo -> [DBusPropertyInfoFlags] -> m ()

    gi-gio GI.Gio.Structs.DBusPropertyInfo

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

    set dBusPropertyInfo [ #flags := value ]
    

Page 288 of many | Previous | Next