Top | ![]() |
![]() |
![]() |
![]() |
gint | i_cal_duration_type_is_neg () |
void | i_cal_duration_type_set_is_neg () |
guint | i_cal_duration_type_get_days () |
void | i_cal_duration_type_set_days () |
guint | i_cal_duration_type_get_weeks () |
void | i_cal_duration_type_set_weeks () |
guint | i_cal_duration_type_get_hours () |
void | i_cal_duration_type_set_hours () |
guint | i_cal_duration_type_get_minutes () |
void | i_cal_duration_type_set_minutes () |
guint | i_cal_duration_type_get_seconds () |
void | i_cal_duration_type_set_seconds () |
ICalDurationType * | i_cal_duration_type_from_int () |
ICalDurationType * | i_cal_duration_type_from_string () |
gint | i_cal_duration_type_as_int () |
gchar * | i_cal_duration_type_as_ical_string_r () |
ICalDurationType * | i_cal_duration_type_null_duration () |
ICalDurationType * | i_cal_duration_type_bad_duration () |
gint | i_cal_duration_type_is_null_duration () |
gint | i_cal_duration_type_is_bad_duration () |
gint
i_cal_duration_type_is_neg (ICalDurationType *duration_type
);
Get the is_neg of ICalDurationType.
Since 1.0
void i_cal_duration_type_set_is_neg (ICalDurationType *duration_type
,gint is_neg
);
Set the is_neg of ICalDurationType.
Since 1.0
guint
i_cal_duration_type_get_days (ICalDurationType *duration_type
);
Get the days of ICalDurationType.
Since 1.0
void i_cal_duration_type_set_days (ICalDurationType *duration_type
,guint days
);
Set the days of ICalDurationType.
Since 1.0
guint
i_cal_duration_type_get_weeks (ICalDurationType *duration_type
);
Get the weeks of ICalDurationType.
Since 1.0
void i_cal_duration_type_set_weeks (ICalDurationType *duration_type
,guint weeks
);
Set the weeks of ICalDurationType.
Since 1.0
guint
i_cal_duration_type_get_hours (ICalDurationType *duration_type
);
Get the hours of ICalDurationType.
Since 1.0
void i_cal_duration_type_set_hours (ICalDurationType *duration_type
,guint hours
);
Set the hours of ICalDurationType.
Since 1.0
guint
i_cal_duration_type_get_minutes (ICalDurationType *duration_type
);
Get the minutes of ICalDurationType.
Since 1.0
void i_cal_duration_type_set_minutes (ICalDurationType *duration_type
,guint minutes
);
Set the minutes of ICalDurationType.
Since 1.0
guint
i_cal_duration_type_get_seconds (ICalDurationType *duration_type
);
Get the seconds of ICalDurationType.
Since 1.0
void i_cal_duration_type_set_seconds (ICalDurationType *duration_type
,guint seconds
);
Set the seconds of ICalDurationType.
Since 1.0
ICalDurationType *
i_cal_duration_type_from_int (gint t
);
Create a ICalDurationType from the duration in second
Since 1.0
ICalDurationType *
i_cal_duration_type_from_string (const gchar *str
);
Create a ICalDurationType from the duration in string
Since 1.0
gint
i_cal_duration_type_as_int (ICalDurationType *duration
);
Convert the ICalDurationType to the representation in second
Since 1.0
gchar *
i_cal_duration_type_as_ical_string_r (ICalDurationType *duration
);
Convert the ICalDurationType to the representation in string
Since 1.0
ICalDurationType *
i_cal_duration_type_null_duration (void
);
Create a ICalDurationType with all the fields to be zero
Since 1.0
ICalDurationType *
i_cal_duration_type_bad_duration (void
);
Create a bad ICalDurationType
Since 1.0
gint
i_cal_duration_type_is_null_duration (ICalDurationType *duration
);
Check whether the ICalDurationType is the null_duration
Since 1.0
gint
i_cal_duration_type_is_bad_duration (ICalDurationType *duration
);
Check whether the ICalDurationType is the bad_duration
Since 1.0