API Version: 47
Library Version: 47
Generated by gi-docgen 2023.3
void ide_task_set_check_cancellable ( IdeTask* self, gboolean check_cancellable )
Setting check_cancellable to TRUE (the default) ensures that the GCancellable used when creating the IdeTask is checked for cancellation before propagating a result. If cancelled, an error will be returned instead of the result.
check_cancellable
TRUE
GCancellable
IdeTask
Type: gboolean
gboolean
TRUE if the cancellable should be checked.