ReminderData
Description:
[ CCode ( cname = "e_reminder_data_new" , has_construct_function = false ) ]
public ReminderData (string source_uid, Component component, ComponentAlarmInstance instance)
public ReminderData (string source_uid, Component component, ComponentAlarmInstance instance)
Parameters:
| source_uid |
an Source UID, to which the |
| component |
an Component |
| instance |
an ComponentAlarmInstance describing one reminder instance |
Returns:
|
a new ReminderData prefilled with given values. Free the returned structure with free when no longer needed. |