Method

AppStreamValidatorIssueset_explanation

Declaration [src]

void
as_validator_issue_set_explanation (
  AsValidatorIssue* issue,
  const gchar* explanation
)

Description [src]

Set explanatory text for this issue.

Available since:0.12.8

Parameters

explanation const gchar*
 

The explanation.

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