util_component_set_x_property
Description:
[ Version ( since = "3.34" ) ]
public void util_component_set_x_property (Component icalcomp, string x_name, string? value)
Sets a value of the first X property named x_name
in icalcomp
, if any such already exists, or adds a new property
with this name and value.
As a special case, if value
is null, then removes the first X property named x_name
from icalcomp
instead.
Parameters:
icalcomp |
an Component |
x_name |
name of the X property |
value |
a value to set, or null |
Namespace: ECal
Package: libecal-2.0