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.
-
gi-gio GI.Gio.Callbacks No description available in the introspection data.
type
InputStreamClassReadFinishFieldCallback = InputStream -> AsyncResult -> IO Int64gi-gio GI.Gio.Callbacks No description available in the introspection data.
-
gi-gio GI.Gio.Callbacks No description available in the introspection data.
type
SimpleAsyncThreadFunc = SimpleAsyncResult -> Object -> Maybe Cancellable -> IO ()gi-gio GI.Gio.Callbacks Simple thread function that runs an asynchronous operation and checks for cancellation.
type
TaskThreadFunc = Task -> Maybe Object -> Ptr () -> Maybe Cancellable -> IO ()gi-gio GI.Gio.Callbacks The prototype for a task function to be run in a thread via taskRunInThread or taskRunInThreadSync. If the return-on-cancel flag is set on task, and cancellable gets cancelled, then the Task will be completed immediately (as though taskReturnErrorIfCancelled had been called), without waiting for the task function to complete. However, the task function will continue running in its thread in the background. The function therefore needs to be careful about how it uses externally-visible state in this case. See taskSetReturnOnCancel for more details. Other than in that case, task will be completed when the TaskThreadFunc returns, not when it calls a g_task_return_ function. Since: 2.36
drop_closures_AsyncReadyCallback :: AsyncReadyCallback -> AsyncReadyCallback_WithClosuresgi-gio GI.Gio.Callbacks A simple wrapper that ignores the closure arguments.
-
gi-gio GI.Gio.Callbacks A simple wrapper that ignores the closure arguments.
-
gi-gio GI.Gio.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.
-
gi-gio GI.Gio.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.
-
gi-gio GI.Gio.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.