Class
AppStreamRelationCheckResult
[−]
Description
class AppStream.RelationCheckResult : GObject.Object
{
/* No available fields */
}
No description available.
[−]
Instance methods
as_relation_check_result_get_error_code
Retrieve the error code, in case this result represents an error.
as_relation_check_result_get_message
Get a human-readable message about the state of this relation.
May be NULL
in case the relation is satisfied and there is no further information about it.
as_relation_check_result_get_status
Returns the status of this relation check result.
If the status is AS_RELATION_STATUS_ERROR
, an error message will
have been set as message.
as_relation_check_result_set_message
Set a human-readable information message about the satisfaction state of the dependency under the checked system configuration.
[+]