Top |
gboolean | i_cal_duration_is_neg () |
void | i_cal_duration_set_is_neg () |
guint | i_cal_duration_get_days () |
void | i_cal_duration_set_days () |
guint | i_cal_duration_get_weeks () |
void | i_cal_duration_set_weeks () |
guint | i_cal_duration_get_hours () |
void | i_cal_duration_set_hours () |
guint | i_cal_duration_get_minutes () |
void | i_cal_duration_set_minutes () |
guint | i_cal_duration_get_seconds () |
void | i_cal_duration_set_seconds () |
ICalDuration * | i_cal_duration_new_from_int () |
ICalDuration * | i_cal_duration_new_from_string () |
gint | i_cal_duration_as_int () |
gchar * | i_cal_duration_as_ical_string () |
ICalDuration * | i_cal_duration_new_null_duration () |
ICalDuration * | i_cal_duration_new_bad_duration () |
gboolean | i_cal_duration_is_null_duration () |
gboolean | i_cal_duration_is_bad_duration () |
gboolean
i_cal_duration_is_neg (ICalDuration *duration
);
Gets the is_neg of ICalDuration.
Since: 1.0
void i_cal_duration_set_is_neg (ICalDuration *duration
,gboolean is_neg
);
Sets the is_neg of ICalDuration.
Since: 1.0
guint
i_cal_duration_get_days (ICalDuration *duration
);
Gets the days of ICalDuration.
Since: 1.0
void i_cal_duration_set_days (ICalDuration *duration
,guint days
);
Sets the days of ICalDuration.
Since: 1.0
guint
i_cal_duration_get_weeks (ICalDuration *duration
);
Gets the weeks of ICalDuration.
Since: 1.0
void i_cal_duration_set_weeks (ICalDuration *duration
,guint weeks
);
Sets the weeks of ICalDuration.
Since: 1.0
guint
i_cal_duration_get_hours (ICalDuration *duration
);
Gets the hours of ICalDuration.
Since: 1.0
void i_cal_duration_set_hours (ICalDuration *duration
,guint hours
);
Sets the hours of ICalDuration.
Since: 1.0
guint
i_cal_duration_get_minutes (ICalDuration *duration
);
Gets the minutes of ICalDuration.
Since: 1.0
void i_cal_duration_set_minutes (ICalDuration *duration
,guint minutes
);
Sets the minutes of ICalDuration.
Since: 1.0
guint
i_cal_duration_get_seconds (ICalDuration *duration
);
Gets the seconds of ICalDuration.
Since: 1.0
void i_cal_duration_set_seconds (ICalDuration *duration
,guint seconds
);
Sets the seconds of ICalDuration.
Since: 1.0
ICalDuration *
i_cal_duration_new_from_int (gint t
);
Creates a ICalDuration from the duration in second.
Since: 1.0
ICalDuration *
i_cal_duration_new_from_string (const gchar *str
);
Creates a ICalDuration from the duration in string.
Since: 1.0
gint
i_cal_duration_as_int (ICalDuration *duration
);
Converts the ICalDuration to the representation in second.
Since: 1.0
gchar *
i_cal_duration_as_ical_string (ICalDuration *duration
);
Converts the ICalDuration to the representation in string.
Since: 1.0
ICalDuration *
i_cal_duration_new_null_duration (void
);
Creates a ICalDuration with all the fields to be zero.
Since: 1.0
ICalDuration *
i_cal_duration_new_bad_duration (void
);
Creates a bad ICalDuration.
Since: 1.0
gboolean
i_cal_duration_is_null_duration (ICalDuration *duration
);
Checks whether the ICalDuration is the null_duration.
Since: 1.0
gboolean
i_cal_duration_is_bad_duration (ICalDuration *duration
);
Checks whether the ICalDuration is the bad_duration.
Since: 1.0