ValidatorIssue
Object Hierarchy:
Description:
Namespace: AppStream
Package: appstream
Content:
Creation methods:
- public ValidatorIssue ()
Creates a new ValidatorIssue.
Methods:
- public unowned string get_cid ()
The component-id this issue is about.
- public unowned string get_explanation ()
Get an extended explanation on this issue, or return null if none is available.
- public unowned string get_filename ()
The name of the file this issue was found in.
- public unowned string get_hint ()
Get a short context hint for this issue.
- public long get_line ()
Gets the line number where this issue was found.
- public string get_location ()
Builds a string containing all information about the location where this issue occured that we know about.
- public IssueSeverity get_severity ()
Gets the severity of this issue.
- public unowned string get_tag ()
Gets the issue tag string for this issue.
- public void set_cid (string cid)
Sets the component-id this issue is about.
- public void set_explanation (string explanation)
Set explanatory text for this issue.
- public void set_filename (string fname)
Sets the name of the file the issue was found in.
- public void set_hint (string hint)
Sets short issue hint.
- public void set_line (long line)
Sets the line number where this issue was found.
- public void set_severity (IssueSeverity severity)
Sets the severity for this issue.
- public void set_tag (string tag)
Sets the issue tag.
Inherited Members:
All known members inherited from class GLib.Object