Method

AppStreamComposeResultadd_hint_by_cid

Declaration [src]

gboolean
asc_result_add_hint_by_cid (
  AscResult* result,
  const gchar* component_id,
  const gchar* tag,
  const gchar* key1,
  ...
)

Description [src]

Add an issue hint for a component.

This method is not directly available to language bindings.
The implementation of this method is provided by asc_result_add_hint_by_cid_v() in language bindings

Parameters

component_id const gchar*
 

The component-ID of the affected AsComponent.

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

AppStream Compose Issue hint tag.

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

First key to add a value for, or NULL.

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

Replacement keys and values for the issue explanation, terminated by NULL.

Return value

Returns: gboolean
 

TRUE if the added hint did not cause the component to be invalidated.