start_async


Description:

public void start_async (Cancellable? cancellable = null)

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.

Parameters:

this

an Extractor object

cancellable

optional Cancellable object, or null to ignore