AppStream.AgreementSection¶
- 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.AgreementSection(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
- Return type:
Creates a new
AppStream.AgreementSection
.New in version 0.12.1.
- get_context()¶
- Returns:
the
AppStream.Context
used by this agreement section.- Return type:
Returns the
AppStream.Context
associated with this section. This function may returnNone
if no context is set.New in version 0.12.1.
- get_description()¶
-
Gets the agreement section desc.
New in version 0.12.1.
- get_kind()¶
-
Gets the agreement section kind.
New in version 0.12.1.
- get_name()¶
-
Gets the agreement section name.
New in version 0.12.1.
- set_context(context)¶
- Parameters:
context (
AppStream.Context
) – theAppStream.Context
.
Sets the document context this release is associated with.
New in version 0.12.1.
- set_description(desc, locale)¶
- Parameters:
Sets the agreement section desc.
New in version 0.12.1.