Home
last modified time | relevance | path

Searched refs:g_task_propagate_value (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/gio/
Dgtask.h172 gboolean g_task_propagate_value (GTask *task,
Dgtask.c2053 g_task_propagate_value (GTask *task, in g_task_propagate_value() function
/third_party/glib/gio/tests/
Dtask.c2034 g_assert_true (g_task_propagate_value (task, &ret, &error)); in test_return_value()
/third_party/glib/docs/reference/gio/
Dgio-sections-common.txt4505 g_task_propagate_value
/third_party/glib/
DNEWS1244 * Add `g_task_return_value()` and `g_task_propagate_value()` APIs to allow