Method
AppStreamValidatorcheck_success
Declaration [src]
gboolean
as_validator_check_success (
AsValidator* validator
)
Description [src]
Check the current registered values again and return TRUE
if no issues were found that would make the previously validated
files fail validation.
Usually you do not need to call this function explicitly, as the as_validator_validate_* functions will already return whether data was valid as return value.