Method

AppStreamComposeResultfetch_component_gcids

since: 0.14.0

Declaration [src]

const gchar**
asc_result_fetch_component_gcids (
  AscResult* result
)

Description [src]

Retrieve a list of all global component-IDs that this result knows of.

Available since: 0.14.0

Return value

Type: An array of utf8

An array of global component IDs. Free with %g_free.

The array is NULL-terminated.
The caller of the method takes ownership of the returned data container, but not the data inside it.
Each element is a NUL terminated UTF-8 string.