ICalGLib.CompIter¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
|
|
|
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class ICalGLib.CompIter(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
This is the
ICalGLib.CompIter
instance.- deref()¶
- Returns:
- Return type:
Gets the current
ICalGLib.Component
pointed byICalGLib.CompIter
.New in version 1.0.
- next()¶
- Returns:
- Return type:
Gets the next
ICalGLib.Component
pointed byICalGLib.CompIter
.New in version 1.0.
- prior()¶
- Returns:
- Return type:
Gets the prior
ICalGLib.Component
pointed byICalGLib.CompIter
.New in version 1.0.