Constructor

ICalGLibTimenew_full

since: 1.0

Declaration [src]

ICalTime*
i_cal_time_new_full (
  icaltimetype native
)

Description [src]

Create a new libical-glib object from the native libical object and the owner.

Available since: 1.0

This method is not directly available to language bindings.

Parameters

native

Type: icaltimetype

The native libical object.

The argument can be NULL.

Return value

Type: ICalTime

The newly create libical-glib object.

The caller of the function takes ownership of the data, and is responsible for freeing it.