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. dBusInterfaceInfoRef :: (HasCallStack, MonadIO m) => DBusInterfaceInfo -> m DBusInterfaceInfo

    gi-gio GI.Gio.Structs.DBusInterfaceInfo

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

  2. getDBusInterfaceInfoRefCount :: MonadIO m => DBusInterfaceInfo -> m Int32

    gi-gio GI.Gio.Structs.DBusInterfaceInfo

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

    get dBusInterfaceInfo #refCount
    

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

  4. dBusMethodInfoRef :: (HasCallStack, MonadIO m) => DBusMethodInfo -> m DBusMethodInfo

    gi-gio GI.Gio.Structs.DBusMethodInfo

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

  5. getDBusMethodInfoRefCount :: MonadIO m => DBusMethodInfo -> m Int32

    gi-gio GI.Gio.Structs.DBusMethodInfo

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

    get dBusMethodInfo #refCount
    

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

  7. dBusNodeInfoNewForXml :: (HasCallStack, MonadIO m) => Text -> m DBusNodeInfo

    gi-gio GI.Gio.Structs.DBusNodeInfo

    Parses xmlData and returns a DBusNodeInfo representing the data. The introspection XML must contain exactly one top-level <node> element. Note that this routine is using a [GMarkup][glib-Simple-XML-Subset-Parser.description]-based parser that only accepts a subset of valid XML documents. Since: 2.26

  8. dBusNodeInfoRef :: (HasCallStack, MonadIO m) => DBusNodeInfo -> m DBusNodeInfo

    gi-gio GI.Gio.Structs.DBusNodeInfo

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

  9. getDBusNodeInfoRefCount :: MonadIO m => DBusNodeInfo -> m Int32

    gi-gio GI.Gio.Structs.DBusNodeInfo

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

    get dBusNodeInfo #refCount
    

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

Page 570 of many | Previous | Next