Signal
GnomeAutoarExtractor::error
Description [src]
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 AutoarExtractor,
GIO, and libarchive, respectively. The GError is owned by AutoarExtractor
and should not be freed.
| Default handler: The default handler is called after the handlers added via |
Parameters
error-
Type:
GErrorThe
GError.The data is owned by the caller of the function.