Lines Matching full:asynchronous
45 * @short_description: Simple asynchronous results implementation
52 * handling asynchronous functions.
67 * applications that need better control of how asynchronous operations
71 * that asynchronous functions and their finishing functions are used
77 * (e.g. the asynchronous operation's doesn't take a #GError argument),
84 * An asynchronous operation can be made to ignore a cancellation event by
98 * To set the results of an asynchronous function,
105 * Likewise, to get the result of an asynchronous function,
182 * @source_object: a #GObject the asynchronous function was called with,
186 * @source_tag: the asynchronous function.
311 * Sets whether to handle cancellation within the asynchronous operation.
342 * Propagates an error from within the simple asynchronous result to
366 * @op_res: a pointer result from an asynchronous function.
369 * Sets the operation result within the asynchronous result to a pointer.
386 * Gets a pointer result as returned by the asynchronous function.
402 * Sets the operation result within the asynchronous result to
417 * Gets a gssize from the asynchronous result.
419 * Returns: a gssize returned from the asynchronous function.
433 * Sets the operation result to a boolean within the asynchronous result.
447 * Gets the operation result boolean from within the asynchronous result.
504 * Sets an error within the asynchronous result without a #GError.
532 * Sets an error within the asynchronous result without a #GError.
556 * Completes an asynchronous I/O job.
586 * Completes an asynchronous function in the main event loop using
677 * Runs the asynchronous job in a separated thread.
703 * @source_tag: the asynchronous function.
751 * Reports an error in an asynchronous function in an idle function by