IBus.AttrList¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
---|---|---|---|
attributes |
[ |
r |
|
parent |
r |
Class Details¶
- class IBus.AttrList(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
Array of
IBus.Attribute
.- classmethod new()¶
- Returns:
A newly allocated
IBus.AttrList
.- Return type:
Creates an new
IBus.AttrList
.
- append(attr)¶
- Parameters:
attr (
IBus.Attribute
) – TheIBus.Attribute
instance to be appended.
Append an
IBus.Attribute
toIBus.AttrList
, and increase reference.
- get(index)¶
- Parameters:
index (
int
) – Index of the self.- Returns:
IBus.Attribute
at given index,None
if no suchIBus.Attribute
.- Return type:
Returns
IBus.Attribute
at given index. Borrowed reference.