ComponentId.take
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.34" ) ]
public ComponentId.take (owned string uid, owned string? rid)
[ Version ( since = "3.34" ) ]
public ComponentId.take (owned string uid, owned string? rid)
Creates a new ComponentId from uid
and rid
, which
should be freed with e_cal_component_id_free
.
The function assumes ownership of uid
and rid
parameters.
Parameters:
uid |
a unique ID string |
rid |
an optional recurrence ID string |
Returns:
an ComponentId |