[ CCode ( cname = "e_reminder_data_copy" ) ]
public ReminderData? copy ()
Copies given ReminderData structure.
When the this is null, simply returns null as well.
this |
source ReminderData, or null |
copy of this. Free the returned structure with free when no longer needed. |