task: Add return/propagate API for GValue

This is useful for bindings.

Related: https://gitlab.gnome.org/GNOME/glib/issues/668
This commit is contained in:
Garrett Regier
2019-11-05 09:54:01 +01:00
committed by Philip Withnall
parent 42369df7c6
commit 6cac760551
4 changed files with 147 additions and 0 deletions

View File

@@ -4459,6 +4459,7 @@ g_task_get_name
g_task_return_boolean
g_task_return_int
g_task_return_pointer
g_task_return_value
g_task_return_error
g_task_return_new_error
g_task_return_error_if_cancelled
@@ -4466,6 +4467,7 @@ g_task_return_error_if_cancelled
g_task_propagate_boolean
g_task_propagate_int
g_task_propagate_pointer
g_task_propagate_value
g_task_had_error
g_task_get_completed
<SUBSECTION>