AppStreamGlib.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 AppStreamGlib.AgreementSection(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()[source]¶
- Returns:
- Return type:
Creates a new
AppStreamGlib.AgreementSection
.New in version 0.7.8.
- get_description(locale)[source]¶
- Parameters:
- Returns:
a string, e.g. “GDPR”, or
None
- Return type:
Gets the agreement section desc.
New in version 0.7.8.
- get_name(locale)[source]¶
- Parameters:
- Returns:
a string, e.g. “GDPR”, or
None
- Return type:
Gets the agreement section name.
New in version 0.7.8.
- set_description(locale, desc)[source]¶
- Parameters:
Sets the agreement section description.
New in version 0.7.8.