Method
ICalGLibPropertyget_refreshinterval
unstable since: 3.1
Declaration [src]
ICalDuration*
i_cal_property_get_refreshinterval (
const ICalProperty* prop
)
Description [src]
Gets value of the prop
of kind I_CAL_REFRESHINTERVAL_PROPERTY
.
Available since: 3.1
Return value
Type: ICalDuration
The value of the prop
.
The caller of the method takes ownership of the data, and is responsible for freeing it. |