Checks that result is a GTask, and that source_object is its source object (or that source_object is NULL and result has no source object). This can be used in g_return_if_fail() checks. Since 2.36
A GAsyncResult. [type Gio.AsyncResult]
the source object expected to be associated with the task. [allow-none][type GObject]
TRUE if result and source_object are valid, FALSE if not
See Implementation
Checks that result is a GTask, and that source_object is its source object (or that source_object is NULL and result has no source object). This can be used in g_return_if_fail() checks. Since 2.36