AppStream.Issue¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent_instance |
r |
Class Details¶
- class AppStream.Issue(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
- Return type:
Creates a new
AppStream.Issue
.
- get_kind()¶
- Returns:
- Return type:
Gets the issue type.
- get_url()¶
- Returns:
the URL.
- Return type:
Gets the URL associacted with this issue, usually referencing a bug report or issue description.
- set_kind(kind)¶
- Parameters:
kind (
AppStream.IssueKind
) – theAppStream.IssueKind
, e.g. %AS_ISSUE_KIND_SHA256.
Sets the issue type.