Method

ECalComponentAlarmget_attendees

since: 3.34

Declaration [src]

GSList*
e_cal_component_alarm_get_attendees (
  const ECalComponentAlarm* alarm
)

Description [src]

Get the list of attendees, as ECalComponentAttendee. The returned GSList is owned by alarm and should not be modified, neither its content.

Available since: 3.34

Return value

Type: A list of None

The alarm attendees, as a GSList of an ECalComponentAttendee, or NULL when, none are set.

The returned data is owned by the instance.
The return value can be NULL.