Top |
ICalReqstat * | i_cal_reqstat_new_from_string () |
gchar * | i_cal_reqstat_to_string () |
ICalRequestStatus | i_cal_reqstat_get_code () |
void | i_cal_reqstat_set_code () |
const gchar * | i_cal_reqstat_get_desc () |
const gchar * | i_cal_reqstat_get_debug () |
ICalReqstat *
i_cal_reqstat_new_from_string (const gchar *str
);
Creates a ICalReqstat from string.
Since: 1.0
gchar *
i_cal_reqstat_to_string (ICalReqstat *stat
);
Converts ICalReqstat to a string representation.
Since: 1.0
ICalRequestStatus
i_cal_reqstat_get_code (ICalReqstat *reqstat
);
Gets the code of ICalReqstat.
Since: 1.0
void i_cal_reqstat_set_code (ICalReqstat *reqstat
,ICalRequestStatus code
);
Sets the code of ICalReqstat.
Since: 1.0
const gchar *
i_cal_reqstat_get_desc (const ICalReqstat *reqstat
);
Gets the desc of ICalReqstat.
Since: 1.0
const gchar *
i_cal_reqstat_get_debug (const ICalReqstat *reqstat
);
Gets the debug of ICalReqstat.
Since: 1.0