ComponentAlarmInstance
Object Hierarchy:
Description:
[ CCode ( copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , type_id = "e_cal_component_alarm_instance_get_type ()" ) ]
[ Compact ]
public class ComponentAlarmInstance
Opaque structure, which represents an alarm occurrence, i.
e. a instance instance. Use the functions below to work with it.
Content:
Creation methods:
Methods:
- public ComponentAlarmInstance copy ()
Returns a newly allocated copy of this,
which should be freed with e_cal_component_alarm_instance_free
, when no longer needed.
- public void* get_component ()
- public long get_occur_end ()
- public long get_occur_start ()
- public unowned string? get_rid ()
- public long get_time ()
- public unowned string get_uid ()
- public void set_component (void* component)
Sets component
as the component associated with the
this.
- public void set_occur_end (long occur_end)
Set the actual event occurrence end to which this
this corresponds.
- public void set_occur_start (long occur_start)
Set the actual event occurrence start to which this
this corresponds.
- public void set_rid (string? rid)
Set the Recurrence ID of the component this this
was generated for.
- public void set_time (long instance_time)
Set the instance time, i.
- public void set_uid (string uid)
Set the alarm UID.