error


Description:

public signal void error (Error error)

This signal is emitted when error occurs and all jobs should be terminated.

Possible error domains are autoar_extractor_error, g_io_error, and autoar_libarchive_error, which represent error occurs in Extractor, GIO, and libarchive, respectively. The Error is owned by Extractor and should not be freed.

Parameters:

error

the Error