Component
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.34" ) ]
public Component ()
[ Version ( since = "3.34" ) ]
public Component ()
Creates a new empty calendar component object.
Once created, you should set it from an existing icalcomponent
structure by using
set_icalcomponent or with a new empty component type by using
set_new_vtype.
Returns:
A newly-created calendar component object. |