[Go to site: main page, start]

Method

GioTaskhad_error

since: 2.36

Declaration [src]
gboolean
g_task_had_error (
  GTask* task
)
Description [src]

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.