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.
-
gi-gio GI.Gio.Interfaces.File Finishes an async enumerate children operation. See fileEnumerateChildrenAsync.
-
gi-gio GI.Gio.Interfaces.SocketConnectable Creates a SocketAddressEnumerator for connectable. Since: 2.22
-
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
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.
charsetConverterGetNumFallbacks :: (HasCallStack, MonadIO m, IsCharsetConverter a) => a -> m Word32gi-gio GI.Gio.Objects.CharsetConverter Gets the number of fallbacks that converter has applied so far. Since: 2.24
-
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
-
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
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.
-
gi-gio GI.Gio.Objects.DBusMenuModel Memory-managed wrapper type.
DBusMenuModel :: ManagedPtr DBusMenuModel -> DBusMenuModelgi-gio GI.Gio.Objects.DBusMenuModel No documentation available.