Asynchronously runs the archive extracting work.
You should connect to cancelled, error, and completed signal to get notification when the work is terminated. All callbacks will be called in the main thread, so you can safely manipulate GTK+ widgets in the callbacks.
| this |
an Extractor object |
| cancellable |
optional Cancellable object, or null to ignore |