Method

AppStreamComponentset_pkgnames

Declaration [src]

void
as_component_set_pkgnames (
  AsComponent* cpt,
  gchar** packages
)

Description [src]

Set a list of package names this component consists of. (This should usually be just one package name)

Parameters

packages An array of gchar*
  No description available.
 The array must be NULL-terminated.
 The data is owned by the caller of the function.
 Each element is a NUL terminated UTF-8 string.