copy


Description:

[ CCode ( cname = "e_reminder_data_copy" ) ]
public ReminderData? copy ()

Copies given ReminderData structure.

When the this is null, simply returns null as well.

Parameters:

this

source ReminderData, or null

Returns:

copy of this. Free the returned structure with free when no longer needed.