Method
ECalComponentOrganizerget_as_property
since: 3.34
Declaration [src]
ICalProperty*
e_cal_component_organizer_get_as_property (
const ECalComponentOrganizer* organizer
)
Description [src]
Converts information stored in organizer into an ICalProperty
of I_CAL_ORGANIZER_PROPERTY kind. The caller is responsible to free
the returned object with g_object_unref(), when no longer needed.
Available since: 3.34
Return value
Type: None
A newly created ICalProperty, containing
information from the organizer.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |