Hoogle Search
Within LTS Haskell 24.52 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
DBusCallFlagsAllowInteractiveAuthorization :: DBusCallFlagsgi-gio GI.Gio.Flags the caller is prepared to wait for interactive authorization. Since 2.46.
DBusCallFlagsNoAutoStart :: DBusCallFlagsgi-gio GI.Gio.Flags The bus must not launch an owner for the destination name in response to this method invocation.
DBusCallFlagsNone :: DBusCallFlagsgi-gio GI.Gio.Flags No flags set.
DBusConnectionFlagsAuthenticationAllowAnonymous :: DBusConnectionFlagsgi-gio GI.Gio.Flags When authenticating as a server, allow the anonymous authentication method.
DBusMessageFlagsAllowInteractiveAuthorization :: DBusMessageFlagsgi-gio GI.Gio.Flags If set on a method call, this flag means that the caller is prepared to wait for interactive authorization. Since 2.46.
DBusServerFlagsAuthenticationAllowAnonymous :: DBusServerFlagsgi-gio GI.Gio.Flags Allow the anonymous authentication method.
FileCopyFlagsAllMetadata :: FileCopyFlagsgi-gio GI.Gio.Flags Copy all file metadata instead of just default set used for copy (see FileInfo).
FileCopyFlagsNoFallbackForMove :: FileCopyFlagsgi-gio GI.Gio.Flags Don't use copy and delete fallback if native move not supported.
TlsCertificateFlagsValidateAll :: TlsCertificateFlagsgi-gio GI.Gio.Flags the combination of all of the above flags
ioModulesScanAllInDirectory :: (HasCallStack, MonadIO m) => [Char] -> m ()gi-gio GI.Gio.Functions Scans all the modules in the specified directory, ensuring that any extension point implemented by a module is registered. This may not actually load and initialize all the types in each module, some modules may be lazily loaded and initialized when an extension point it implements is used with e.g. iOExtensionPointGetExtensions or iOExtensionPointGetExtensionByName. If you need to guarantee that all types are loaded in all the modules, use g_io_modules_load_all_in_directory(). Since: 2.24