Hoogle Search
Within LTS Haskell 24.51 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
ghc-boot-th GHC.LanguageExtensions.Type No documentation available.
-
ghc-boot-th GHC.LanguageExtensions.Type No documentation available.
-
No documentation available.
type
ActionEntryActivateFieldCallback = SimpleAction -> Maybe GVariant -> IO ()gi-gio GI.Gio.Callbacks No description available in the introspection data.
-
gi-gio GI.Gio.Callbacks No description available in the introspection data.
type
ActionEntryChangeStateFieldCallback = SimpleAction -> GVariant -> IO ()gi-gio GI.Gio.Callbacks No description available in the introspection data.
type
ActionEntryChangeStateFieldCallback_WithClosures = SimpleAction -> GVariant -> Ptr () -> IO ()gi-gio GI.Gio.Callbacks No description available in the introspection data.
type
AsyncReadyCallback = Maybe Object -> AsyncResult -> IO ()gi-gio GI.Gio.Callbacks Type definition for a function that will be called back when an asynchronous operation within GIO has been completed. AsyncReadyCallback callbacks from Task are guaranteed to be invoked in a later iteration of the [thread-default main context][g-main-context-push-thread-default] where the Task was created. All other users of AsyncReadyCallback must likewise call it asynchronously in a later iteration of the main context. The asynchronous operation is guaranteed to have held a reference to sourceObject from the time when the *_async() function was called, until after this callback returns.
type
AsyncReadyCallback_WithClosures = Maybe Object -> AsyncResult -> Ptr () -> IO ()gi-gio GI.Gio.Callbacks Type definition for a function that will be called back when an asynchronous operation within GIO has been completed. AsyncReadyCallback callbacks from Task are guaranteed to be invoked in a later iteration of the [thread-default main context][g-main-context-push-thread-default] where the Task was created. All other users of AsyncReadyCallback must likewise call it asynchronously in a later iteration of the main context. The asynchronous operation is guaranteed to have held a reference to sourceObject from the time when the *_async() function was called, until after this callback returns.
type
BusAcquiredCallback = DBusConnection -> Text -> IO ()gi-gio GI.Gio.Callbacks Invoked when a connection to a message bus has been obtained. Since: 2.26