IBus.PropList¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
parent |
r |
||
properties |
[ |
r |
|
Class Details¶
- class IBus.PropList(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
See_also:
IBus.Property
,IBus.Engine
- classmethod new()¶
- Returns:
A newly allocated
IBus.PropList
.- Return type:
Create a new
IBus.PropList
.
- append(prop)¶
- Parameters:
prop (
IBus.Property
) –IBus.Property
to be append to self.
Append an
IBus.Property
to anIBus.PropList
, and increase reference.
- get(index)¶
- Parameters:
index (
int
) – Index of anIBus.PropList
.- Returns:
IBus.Property
at given index,None
if no suchIBus.Property
.- Return type:
Gets
IBus.Property
at given index. Borrowed reference.
- update_property(prop)¶
- Parameters:
prop (
IBus.Property
) –IBus.Property
to be update.- Returns:
- Return type:
Update an
IBus.Property
inIBus.PropList
.