Method

AppStreamComposeComposerun

Declaration [src]

GPtrArray*
asc_compose_run (
  AscCompose* compose,
  GCancellable* cancellable,
  GError** error
)

Description [src]

Process the registered units and generate catalog metadata from found components.

Parameters

cancellable GCancellable
 

A GCancellable.

 The argument can be NULL.
 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: An array of AscResult*
 

The results, or NULL on error.

 The data is owned by the instance.