Class

AppStreamRelationCheckResult

[]

Description

class AppStream.RelationCheckResult : GObject.Object
{
  /* No available fields */
}

No description available.

[]

Hierarchy

hierarchy this AsRelationCheckResult ancestor_0 GObject ancestor_0--this
[]

Ancestors

[]

Constructors

as_relation_check_result_new

Creates a new AsRelationCheckResult.

since: 1.0.0

[]

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_relation

Get the relation that this check result was generated for.

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_error_code

Set the error code in case this result represents an error.

as_relation_check_result_set_message

Set a human-readable information message about the satisfaction state of the dependency under the checked system configuration.

as_relation_check_result_set_relation

Set an AsRelation to associate with this check result.

as_relation_check_result_set_status

Set the outcome of this relation check result.

Methods inherited from GObject (43)
[]

Signals

Signals inherited from GObject (1)

Class structure