[ CCode ( has_construct_function = false ) ]
public GDReminder (string? method, int64 absolute_time, int relative_time)
Creates a new GDReminder.
More information is available in the <ulink type="http" url="http://code.google.com/apis/gdata/docs/2.0/elements.html#gdReminder"> GData specification</ulink>.
| method |
the notification method the reminder should use, or null |
| absolute_time |
the absolute time for the reminder, or <code class="literal">-1</code> |
| relative_time |
the relative time for the reminder, in minutes, or <code class="literal">-1</code> |
|
a new GDReminder, or null; unref with unref |