Class
AppStreamValidatorIssue
Constructors
as_validator_issue_new
Creates a new AsValidatorIssue
.
Instance methods
as_validator_issue_get_cid
The component-id this issue is about.
as_validator_issue_get_explanation
Get an extended explanation on this issue, or return NULL
if none is available.
Available since: 0.12.8
as_validator_issue_get_filename
The name of the file this issue was found in.
as_validator_issue_get_line
Gets the line number where this issue was found.
as_validator_issue_get_location
Builds a string containing all information about the location where this issue occured that we know about.
as_validator_issue_get_severity
Gets the severity of this issue.
as_validator_issue_set_cid
Sets the component-id this issue is about.
as_validator_issue_set_filename
Sets the name of the file the issue was found in.
as_validator_issue_set_line
Sets the line number where this issue was found.
as_validator_issue_set_severity
Sets the severity for this issue.
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 AppStreamValidatorIssueClass {
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. |