ComponentOrganizer.from_property
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.34" ) ]
public ComponentOrganizer.from_property (Property property)
[ Version ( since = "3.34" ) ]
public ComponentOrganizer.from_property (Property property)
Creates a new ComponentOrganizer, filled with values from property
, which should be of kind i_cal_organizer_property.
The function returns null when it is not of the expected kind. Free the structure with
e_cal_component_organizer_free
, when no longer needed.
Parameters:
property |
an Property of kind i_cal_organizer_property |
Returns:
a newly allocated ComponentOrganizer |