PackageKitGlib.Category¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Name |
Type |
Flags |
Short Description |
---|---|---|---|
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
|||
r/w/en |
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
||
priv |
r |
Class Details¶
- class PackageKitGlib.Category(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
- classmethod new()¶
- Returns:
a new
PackageKitGlib.Category
object.- Return type:
New in version 0.5.4.
- get_icon()¶
-
Gets the icon filename.
New in version 0.6.2.
- get_id()¶
-
Gets the id specific to this category.
New in version 0.6.2.
- get_name()¶
-
Gets the name.
New in version 0.6.2.
- get_parent_id()¶
-
Gets the parent category id.
New in version 0.6.2.
- get_summary()¶
-
Gets the summary.
New in version 0.6.2.
- set_icon(icon)¶
- Parameters:
icon (
str
) – the new value
Sets the icon filename.
New in version 0.6.2.
- set_id(cat_id)¶
- Parameters:
cat_id (
str
) – the new value
Sets the id specific to this category.
New in version 0.6.2.
Property Details¶
- PackageKitGlib.Category.props.cat_id¶
- Name:
cat-id
- Type:
- Default Value:
- Flags:
New in version 0.5.4.
- PackageKitGlib.Category.props.icon¶
- Name:
icon
- Type:
- Default Value:
- Flags:
New in version 0.5.4.
- PackageKitGlib.Category.props.name¶
- Name:
name
- Type:
- Default Value:
- Flags:
New in version 0.5.4.
- PackageKitGlib.Category.props.parent_id¶
- Name:
parent-id
- Type:
- Default Value:
- Flags:
New in version 0.5.4.