AppStream.Bundle¶
- 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.Bundle(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
- Return type:
Creates a new
AppStream.Bundle
.New in version 0.10.
- get_id()¶
- Returns:
ID, e.g. “foobar-1.0.2”
- Return type:
Gets the ID for this bundle.
New in version 0.10.
- get_kind()¶
- Returns:
- Return type:
Gets the bundle kind.
New in version 0.10.
- set_kind(kind)¶
- Parameters:
kind (
AppStream.BundleKind
) – theAppStream.BundleKind
, e.g.AppStream.BundleKind.LIMBA
.
Sets the bundle kind.
New in version 0.10.