Searched refs:g_simple_async_result_is_valid (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/gio/tests/ |
D | simple-async-result.c | 79 g_assert (g_simple_async_result_is_valid (got_result, a, test_simple_async_idle)); in test_simple_async_idle() 80 g_assert (!g_simple_async_result_is_valid (got_result, b, test_simple_async_idle)); in test_simple_async_idle() 81 g_assert (!g_simple_async_result_is_valid (got_result, c, test_simple_async_idle)); in test_simple_async_idle() 82 g_assert (!g_simple_async_result_is_valid (got_result, b, callback_func)); in test_simple_async_idle() 83 g_assert (!g_simple_async_result_is_valid ((gpointer) a, NULL, NULL)); in test_simple_async_idle() 135 g_assert_true (g_simple_async_result_is_valid (result, NULL, NULL)); in test_valid() 136 g_assert_true (g_simple_async_result_is_valid (result, NULL, test_valid)); in test_valid() 137 g_assert_true (g_simple_async_result_is_valid (result, NULL, test_simple_async)); in test_valid() 138 g_assert_false (g_simple_async_result_is_valid (result, a, NULL)); in test_valid() 139 g_assert_false (g_simple_async_result_is_valid (result, a, test_valid)); in test_valid() [all …]
|
D | task.c | 2138 g_assert (g_simple_async_result_is_valid (result, object, test_legacy_error)); in legacy_error_callback()
|
/third_party/glib/gio/ |
D | gsimpleasyncresult.h | 135 gboolean g_simple_async_result_is_valid (GAsyncResult *result,
|
D | gsimpleasyncresult.c | 978 g_simple_async_result_is_valid (GAsyncResult *result, in g_simple_async_result_is_valid() function
|
/third_party/glib/docs/reference/gio/ |
D | gio-sections-common.txt | 1322 g_simple_async_result_is_valid
|
/third_party/glib/ |
D | NEWS | 5013 721458 g_simple_async_result_is_valid has a NULL check for the wrong source_tag 8545 636351 g_simple_async_result_is_valid lacks a version tag 8955 - Make g_simple_async_result_is_valid work without source (626208)
|