PackageKitGlib.Details¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w |
|||
r/w |
|||
r/w |
|||
r/w |
|||
r/w |
|||
r/w |
|||
r/w |
|||
r/w |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
||
priv |
r |
Class Details¶
- class PackageKitGlib.Details(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
PackageKitGlib.Details
object.- Return type:
New in version 0.5.4.
- get_description()¶
- Returns:
string value
- Return type:
Gets the description for the details object.
New in version 0.8.12.
- get_download_size()¶
- Returns:
the package download size, 0 if already downloaded and
GObject.G_MAXUINT64
when unknown- Return type:
Gets the package download size.
New in version 1.2.4.
- get_group()¶
- Returns:
string value
- Return type:
Gets the group for the details object.
New in version 0.8.12.
- get_license()¶
- Returns:
string value
- Return type:
Gets the license for the details object.
New in version 0.8.12.
- get_package_id()¶
- Returns:
string value
- Return type:
Gets the PackageId for the details object.
New in version 0.8.12.
- get_size()¶
- Returns:
string value
- Return type:
Gets the size for the details object: for installed packages it will return the installed size, for the rest the package size.
New in version 0.8.12.
- get_summary()¶
- Returns:
string value
- Return type:
Gets the summary for the details object.
New in version 0.9.1.
Property Details¶
- PackageKitGlib.Details.props.description¶
-
New in version 0.5.4.
- PackageKitGlib.Details.props.download_size¶
-
New in version 1.2.4.
- PackageKitGlib.Details.props.group¶
- Name:
group
- Type:
- Default Value:
- Flags:
New in version 0.5.4.
- PackageKitGlib.Details.props.license¶
-
New in version 0.5.4.
- PackageKitGlib.Details.props.package_id¶
-
New in version 0.5.4.
- PackageKitGlib.Details.props.size¶
-
New in version 0.5.4.
- PackageKitGlib.Details.props.summary¶
-
New in version 0.9.1.