E.CalComponentAlarm – libecalendar-1.2 Reference Manual
CalComponentAlarm
Object Hierarchy:
E.CalComponentAlarm
E.CalComponentAlarm
E.CalComponentAlarm
Description:
[
Compact
]
public
class
CalComponentAlarm
Namespace:
E
Package:
libecalendar-1.2
Content:
Methods:
public
void
free
()
Frees an alarm structure.
public
void
get_action
(
CalComponentAlarmAction
action)
Queries the action type of an alarm.
public
void
get_attendee_list
(
out
SList
<
CalComponentAttendee
> attendee_list)
Gets the list of attendees associated with an alarm.
public
void
get_description
(
CalComponentText
description)
Queries the description property of an alarm.
public
void
get_repeat
(
CalComponentAlarmRepeat
repeat)
Queries the repeat/duration properties of an alarm.
public
void
get_trigger
(
CalComponentAlarmTrigger
trigger)
Queries the trigger time for an alarm.
public
unowned
string
get_uid
()
Queries the unique identifier of an alarm subcomponent.
public
bool
has_attendees
()
Queries an alarm to see if it has attendees associated with it.
public
void
set_action
(
CalComponentAlarmAction
action)
Sets the action type for an alarm.
public
void
set_attendee_list
(
SList
<
CalComponentAttendee
> attendee_list)
Sets the list of attendees for an alarm.
public
void
set_description
(
CalComponentText
description)
Sets the description property of an alarm.
public
void
set_repeat
(
CalComponentAlarmRepeat
repeat)
Sets the repeat/duration values for an alarm.
public
void
set_trigger
(
CalComponentAlarmTrigger
trigger)
Sets the trigger time of an alarm.
2022 vala-language.org