Method

AppStreamValidatoradd_release_file

Declaration [src]

gboolean
as_validator_add_release_file (
  AsValidator* validator,
  GFile* release_file,
  GError** error
)

Description [src]

Add a release metadata file to the validation process.

Available since:0.16.0

Parameters

release_file GFile
 

Release metadata file to add.

 The data is owned by the caller of the function.
error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
  No description available.