Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. fileEnumerateChildrenFinish :: (HasCallStack, MonadIO m, IsFile a, IsAsyncResult b) => a -> b -> m FileEnumerator

    gi-gio GI.Gio.Interfaces.File

    Finishes an async enumerate children operation. See fileEnumerateChildrenAsync.

  2. socketConnectableEnumerate :: (HasCallStack, MonadIO m, IsSocketConnectable a) => a -> m SocketAddressEnumerator

    gi-gio GI.Gio.Interfaces.SocketConnectable

    Creates a SocketAddressEnumerator for connectable. Since: 2.22

  3. socketConnectableProxyEnumerate :: (HasCallStack, MonadIO m, IsSocketConnectable a) => a -> m SocketAddressEnumerator

    gi-gio GI.Gio.Interfaces.SocketConnectable

    Creates a SocketAddressEnumerator for connectable that will return a ProxyAddress for each of its addresses that you must connect to via a proxy. If connectable does not implement socketConnectableProxyEnumerate, this will fall back to calling socketConnectableEnumerate. Since: 2.26

  4. volumeEnumerateIdentifiers :: (HasCallStack, MonadIO m, IsVolume a) => a -> m [Text]

    gi-gio GI.Gio.Interfaces.Volume

    Gets the kinds of identifiers that volume has. Use volumeGetIdentifier to obtain the identifiers themselves.

  5. charsetConverterGetNumFallbacks :: (HasCallStack, MonadIO m, IsCharsetConverter a) => a -> m Word32

    gi-gio GI.Gio.Objects.CharsetConverter

    Gets the number of fallbacks that converter has applied so far. Since: 2.24

  6. dBusConnectionExportMenuModel :: (HasCallStack, MonadIO m, IsDBusConnection a, IsMenuModel b) => a -> Text -> b -> m Word32

    gi-gio GI.Gio.Objects.DBusConnection

    Exports menu on connection at objectPath. The implemented D-Bus API should be considered private. It is subject to change in the future. An object path can only have one menu model exported on it. If this constraint is violated, the export will fail and 0 will be returned (with error set accordingly). Exporting menus with sections containing more than MENU_EXPORTER_MAX_SECTION_SIZE items is not supported and results in undefined behavior. You can unexport the menu model using dBusConnectionUnexportMenuModel with the return value of this function. Since: 2.32

  7. dBusConnectionUnexportMenuModel :: (HasCallStack, MonadIO m, IsDBusConnection a) => a -> Word32 -> m ()

    gi-gio GI.Gio.Objects.DBusConnection

    Reverses the effect of a previous call to dBusConnectionExportMenuModel. It is an error to call this function with an ID that wasn't returned from dBusConnectionExportMenuModel or to call it with the same ID more than once. Since: 2.32

  8. module GI.Gio.Objects.DBusMenuModel

    GDBusMenuModel is an implementation of MenuModel that can be used as a proxy for a menu model that is exported over D-Bus with dBusConnectionExportMenuModel.

  9. newtype DBusMenuModel

    gi-gio GI.Gio.Objects.DBusMenuModel

    Memory-managed wrapper type.

  10. DBusMenuModel :: ManagedPtr DBusMenuModel -> DBusMenuModel

    gi-gio GI.Gio.Objects.DBusMenuModel

    No documentation available.

Page 204 of many | Previous | Next