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.
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
C_AsyncReadyCallback = Ptr Object -> Ptr AsyncResult -> Ptr () -> IO ()gi-gio GI.Gio.Callbacks Type for the callback on the (unwrapped) C side.
type
C_FileReadMoreCallback = CString -> Int64 -> Ptr () -> IO CIntgi-gio GI.Gio.Callbacks Type for the callback on the (unwrapped) C side.
-
gi-gio GI.Gio.Callbacks Type for the callback on the (unwrapped) C side.
-
gi-gio GI.Gio.Callbacks Type for the callback on the (unwrapped) C side.
-
gi-gio GI.Gio.Callbacks Type for the callback on the (unwrapped) C side.
type
C_SimpleAsyncThreadFunc = Ptr SimpleAsyncResult -> Ptr Object -> Ptr Cancellable -> IO ()gi-gio GI.Gio.Callbacks Type for the callback on the (unwrapped) C side.
type
C_TaskThreadFunc = Ptr Task -> Ptr Object -> Ptr () -> Ptr Cancellable -> IO ()gi-gio GI.Gio.Callbacks Type for the callback on the (unwrapped) C side.
type
FileReadMoreCallback = Text -> Int64 -> Ptr () -> IO Boolgi-gio GI.Gio.Callbacks When loading the partial contents of a file with g_file_load_partial_contents_async(), it may become necessary to determine if any more data from the file should be loaded. A FileReadMoreCallback function facilitates this by returning True if more data should be read, or False otherwise.
-
gi-gio GI.Gio.Callbacks No description available in the introspection data.