ComponentText
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "e_cal_component_text_get_type ()" ) ]
[ Compact ]
public class ComponentText
Contains description string and an alternate representation URI for text properties.
Use the functions below to work with it.
Content:
Creation methods:
Methods:
- public ComponentText copy ()
- public void fill_property (Property property)
Fills the property
with the content of the
this.
- public unowned string get_altrep ()
- public unowned string get_language ()
- public unowned string get_value ()
- public void set_altrep (string? altrep)
Set the altrep
as the alternate representation URI of the
this.
- public void set_from_property (Property property)
Fill the this structure with the
information from the property
.
- public void set_language (string? language)
Set the language
as the language of the
this.
- public void set_value (string? value)
Set the value
as the description string of the
this.