Method

AppStreamComposeResultget_hints

Declaration [src]

GPtrArray*
asc_result_get_hints (
  AscResult* result,
  const gchar* cid
)

Description [src]

Gets hints for a component with the given component-id.

Parameters

cid const gchar*
 

Component ID to look for.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.

Return value

Returns: An array of AscHint*
 

An array of AscHint or NULL.

 The data is owned by the instance.