GContactCalendar
Description:
[ CCode ( has_construct_function = false ) ]
public GContactCalendar (string uri, string? relation_type, string? label, bool is_primary)
public GContactCalendar (string uri, string? relation_type, string? label, bool is_primary)
Creates a new GContactCalendar.
More information is available in the gContact specification.
Exactly one of relation_type
and label
should be provided; the other must be null
.
Parameters:
uri |
the URI of the calendar |
relation_type |
the type of calendar, or |
label |
a free-form label for the calendar, or |
is_primary |
|
Returns:
a new GContactCalendar; unref with unref |