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.

  1. ParallelArrays :: Extension

    ghc-boot-th GHC.LanguageExtensions.Type

    No documentation available.

  2. ParallelListComp :: Extension

    ghc-boot-th GHC.LanguageExtensions.Type

    No documentation available.

  3. module GI.Gio.Callbacks

    No documentation available.

  4. type ActionEntryActivateFieldCallback = SimpleAction -> Maybe GVariant -> IO ()

    gi-gio GI.Gio.Callbacks

    No description available in the introspection data.

  5. type ActionEntryActivateFieldCallback_WithClosures = SimpleAction -> Maybe GVariant -> Ptr () -> IO ()

    gi-gio GI.Gio.Callbacks

    No description available in the introspection data.

  6. type ActionEntryChangeStateFieldCallback = SimpleAction -> GVariant -> IO ()

    gi-gio GI.Gio.Callbacks

    No description available in the introspection data.

  7. type ActionEntryChangeStateFieldCallback_WithClosures = SimpleAction -> GVariant -> Ptr () -> IO ()

    gi-gio GI.Gio.Callbacks

    No description available in the introspection data.

  8. 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.

  9. 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.

  10. type BusAcquiredCallback = DBusConnection -> Text -> IO ()

    gi-gio GI.Gio.Callbacks

    Invoked when a connection to a message bus has been obtained. Since: 2.26

Page 426 of many | Previous | Next