Class
AppStreamRelationCheckResult
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.
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.
Class structure
struct AppStreamRelationCheckResultClass {
GObjectClass parent_class;
void (* _as_reserved1) (
void
);
void (* _as_reserved2) (
void
);
void (* _as_reserved3) (
void
);
void (* _as_reserved4) (
void
);
void (* _as_reserved5) (
void
);
void (* _as_reserved6) (
void
);
}
Class members
parent_class |
|
No description available. | |
_as_reserved1 |
|
No description available. | |
_as_reserved2 |
|
No description available. | |
_as_reserved3 |
|
No description available. | |
_as_reserved4 |
|
No description available. | |
_as_reserved5 |
|
No description available. | |
_as_reserved6 |
|
No description available. |