Method

GnomeAutoarExtractorstart_async

Declaration [src]

void
autoar_extractor_start_async (
  AutoarExtractor* self,
  GCancellable* cancellable
)

Description [src]

Asynchronously runs the archive extracting work. You should connect to AutoarExtractor::cancelled, AutoarExtractor::error, and AutoarExtractor::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

cancellable

Type: GCancellable

Optional GCancellable object, or NULL to ignore.

The argument can be NULL.
The data is owned by the caller of the method.