Issue
Object Hierarchy:
Description:
[
CCode ( type_id =
"as_issue_get_type ()" ) ]
public class Issue :
Object
Content:
Creation methods:
- public Issue ()
Creates a new Issue.
Methods:
- public unowned string get_id ()
Gets the issue ID (usually a bug number or CVE ID)
- public IssueKind get_kind ()
Gets the issue type.
- public unowned string get_url ()
Gets the URL associacted with this issue, usually referencing a bug report
or issue description.
- public void set_id (string id)
Sets the issue ID.
- public void set_kind (IssueKind kind)
Sets the issue type.
- public void set_url (string url)
Sets an URL describing this issue.
Inherited Members:
All known members inherited from class GLib.Object