Searched refs:g_simple_async_result_new (Results 1 – 5 of 5) sorted by relevance
/third_party/glib/gio/tests/ |
D | simple-async-result.c | 72 result = g_simple_async_result_new (a, callback_func, b, test_simple_async_idle); in test_simple_async_idle() 111 result = g_simple_async_result_new (a, callback_func, b, test_simple_async); in test_simple_async() 134 result = (GAsyncResult *) g_simple_async_result_new (NULL, NULL, NULL, NULL); in test_valid() 144 result = (GAsyncResult *) g_simple_async_result_new (NULL, NULL, NULL, test_valid); in test_valid() 154 result = (GAsyncResult *) g_simple_async_result_new (a, NULL, NULL, NULL); in test_valid() 167 result = (GAsyncResult *) g_simple_async_result_new (a, NULL, NULL, test_valid); in test_valid()
|
D | task.c | 2216 simple = g_simple_async_result_new (NULL, legacy_error_callback, &result, in test_legacy_error()
|
/third_party/glib/gio/ |
D | gsimpleasyncresult.c | 315 g_simple_async_result_new (GObject *source_object, in g_simple_async_result_new() function 359 simple = g_simple_async_result_new (source_object, in g_simple_async_result_new_from_error() 393 simple = g_simple_async_result_new (source_object, in g_simple_async_result_new_take_error() 433 simple = g_simple_async_result_new (source_object, in g_simple_async_result_new_error() 1037 simple = g_simple_async_result_new (object, in g_simple_async_report_error_in_idle()
|
D | gsimpleasyncresult.h | 51 GSimpleAsyncResult *g_simple_async_result_new (GObject *source_object,
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 1310 g_simple_async_result_new
|