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. setDBusInterfaceInfoMethods :: MonadIO m => DBusInterfaceInfo -> Ptr (Ptr DBusMethodInfo) -> m ()

    gi-gio GI.Gio.Structs.DBusInterfaceInfo

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

    set dBusInterfaceInfo [ #methods := value ]
    

  2. setDBusInterfaceInfoName :: MonadIO m => DBusInterfaceInfo -> CString -> m ()

    gi-gio GI.Gio.Structs.DBusInterfaceInfo

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

    set dBusInterfaceInfo [ #name := value ]
    

  3. setDBusInterfaceInfoProperties :: MonadIO m => DBusInterfaceInfo -> Ptr (Ptr DBusPropertyInfo) -> m ()

    gi-gio GI.Gio.Structs.DBusInterfaceInfo

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

    set dBusInterfaceInfo [ #properties := value ]
    

  4. setDBusInterfaceInfoRefCount :: MonadIO m => DBusInterfaceInfo -> Int32 -> m ()

    gi-gio GI.Gio.Structs.DBusInterfaceInfo

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

    set dBusInterfaceInfo [ #refCount := value ]
    

  5. setDBusInterfaceInfoSignals :: MonadIO m => DBusInterfaceInfo -> Ptr (Ptr DBusSignalInfo) -> m ()

    gi-gio GI.Gio.Structs.DBusInterfaceInfo

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

    set dBusInterfaceInfo [ #signals := value ]
    

  6. setDBusInterfaceVTableGetProperty :: MonadIO m => DBusInterfaceVTable -> FunPtr C_DBusInterfaceGetPropertyFunc -> m ()

    gi-gio GI.Gio.Structs.DBusInterfaceVTable

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

    set dBusInterfaceVTable [ #getProperty := value ]
    

  7. setDBusInterfaceVTableMethodCall :: MonadIO m => DBusInterfaceVTable -> FunPtr C_DBusInterfaceMethodCallFunc -> m ()

    gi-gio GI.Gio.Structs.DBusInterfaceVTable

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

    set dBusInterfaceVTable [ #methodCall := value ]
    

  8. setDBusInterfaceVTableSetProperty :: MonadIO m => DBusInterfaceVTable -> FunPtr C_DBusInterfaceSetPropertyFunc -> m ()

    gi-gio GI.Gio.Structs.DBusInterfaceVTable

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

    set dBusInterfaceVTable [ #setProperty := value ]
    

  9. setDBusMethodInfoAnnotations :: MonadIO m => DBusMethodInfo -> Ptr (Ptr DBusAnnotationInfo) -> m ()

    gi-gio GI.Gio.Structs.DBusMethodInfo

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

    set dBusMethodInfo [ #annotations := value ]
    

  10. setDBusMethodInfoInArgs :: MonadIO m => DBusMethodInfo -> Ptr (Ptr DBusArgInfo) -> m ()

    gi-gio GI.Gio.Structs.DBusMethodInfo

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

    set dBusMethodInfo [ #inArgs := value ]
    

Page 287 of many | Previous | Next