ICalGLib.Array

g GObject.Object GObject.Object ICalGLib.Object ICalGLib.Object GObject.Object->ICalGLib.Object ICalGLib.Array ICalGLib.Array ICalGLib.Object->ICalGLib.Array

Subclasses:

None

Methods

Inherited:

ICalGLib.Object (11), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

copy ()

remove_element_at (position)

size ()

Virtual Methods

Inherited:

GObject.Object (7)

Properties

Inherited:

ICalGLib.Object (5)

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Class Details

class ICalGLib.Array(**kwargs)
Bases:

ICalGLib.Object

Abstract:

No

Structure:

ICalGLib.ArrayClass

This is the ICalGLib.Array instance.

copy()
Returns:

The newly cloned ICalGLib.Array with the same value as the self

Return type:

ICalGLib.Array

Creates a deep copy of ICalGLib.Array with the same properties as the self.

New in version 1.0.

remove_element_at(position)
Parameters:

position (int) – The position in which the element will be removed from the array

Removes the element at the position from the array.

New in version 1.0.

size()
Returns:

The size of current array.

Return type:

int

Gets the size of the array.

New in version 1.0.