Top |
const gchar * | as_issue_kind_to_string () |
AsIssueKind | as_issue_kind_from_string () |
AsIssue * | as_issue_new () |
AsIssueKind | as_issue_get_kind () |
void | as_issue_set_kind () |
const gchar * | as_issue_get_id () |
void | as_issue_set_id () |
const gchar * | as_issue_get_url () |
void | as_issue_set_url () |
const gchar *
as_issue_kind_to_string (AsIssueKind kind
);
Converts the enumerated value to an text representation.
AsIssueKind
as_issue_kind_from_string (const gchar *kind_str
);
Converts the text representation to an enumerated value.
void as_issue_set_kind (AsIssue *issue
,AsIssueKind kind
);
Sets the issue type.
const gchar *
as_issue_get_id (AsIssue *issue
);
Gets the issue ID (usually a bug number or CVE ID)
const gchar *
as_issue_get_url (AsIssue *issue
);
Gets the URL associacted with this issue, usually referencing a bug report or issue description.