Lines Matching full:asynchronous
31 * @short_description: Asynchronous Function Results
35 * Provides a base class for implementing asynchronous function results.
37 * Asynchronous operations are broken up into two separate operations
39 * an asynchronous operation, provide a #GAsyncReadyCallback to the
40 * asynchronous function. This callback will be triggered when the
43 * object the asynchronous function was started for and any error codes
44 * returned. The asynchronous callback function is then expected to call
59 * Example of a typical asynchronous operation flow:
101 * The callback for an asynchronous operation is called only once, and is
108 * truly need asynchronous operations, make sure to initialize #GThread.