Home | History | Annotate | Download | only in gio

Lines Matching refs:GAsyncResult

24 #include "gasyncresult.h"
30 * SECTION:gasyncresult
41 * operation has completed, and will be passed a #GAsyncResult instance
46 * was called for, and the #GAsyncResult instance, and optionally,
50 * result of type #GAsyncResult and return the specific result
56 * returns. It is also allowed to take a reference to the #GAsyncResult and
67 * GAsyncResult *res,
72 * GAsyncResult *res,
135 g_type_register_static (G_TYPE_INTERFACE, I_("GAsyncResult"),
159 * @res: a #GAsyncResult.
161 * Gets the user data from a #GAsyncResult.
166 g_async_result_get_user_data (GAsyncResult *res)
179 * @res: a #GAsyncResult.
181 * Gets the source object from a #GAsyncResult.
186 g_async_result_get_source_object (GAsyncResult *res)