Method

GioTaskhad_error

since: 2.36

Declaration

gboolean
g_task_had_error (
  GTask* task
)

Description

Tests if task resulted in an error.

Available since: 2.36

Return value

Type: gboolean

TRUE if the task resulted in an error, FALSE otherwise.