ComponentText
Description:
[ CCode ( has_construct_function = false ) ]
[ Version ( since = "3.34" ) ]
public ComponentText (string? value, string? altrep)
[ Version ( since = "3.34" ) ]
public ComponentText (string? value, string? altrep)
Creates a new ComponentText describing text properties.
The returned structure should be freed with e_cal_component_text_free
, when no longer needed.
Parameters:
value |
description text |
altrep |
alternate representation URI |
Returns:
a newly allocated ComponentText |