| Top |
| ICalReqstatType * | i_cal_reqstat_type_from_string () |
|
|
i_cal_reqstat_type_as_string_r () |
| ICalRequestStatus | i_cal_reqstat_type_get_code () |
|
|
i_cal_reqstat_type_set_code () |
| const |
i_cal_reqstat_type_get_desc () |
| const |
i_cal_reqstat_type_get_debug () |
ICalReqstatType *
i_cal_reqstat_type_from_string (const gchar *str);
Create a ICalReqstatType from string.
Since:
gchar * i_cal_reqstat_type_as_string_r (ICalReqstatType *stat);
Convert ICalReqstatType to a string representation.
Since:
ICalRequestStatus
i_cal_reqstat_type_get_code (ICalReqstatType *reqstat);
Get the code of ICalReqstatType.
Since: 1.0
void i_cal_reqstat_type_set_code (ICalReqstatType *reqstat,ICalRequestStatus code);
Set the code of ICalReqstatType.
Since: 1.0
constgchar * i_cal_reqstat_type_get_desc (ICalReqstatType *reqstat);
Get the desc of ICalReqstatType.
Since: 1.0
constgchar * i_cal_reqstat_type_get_debug (ICalReqstatType *reqstat);
Get the debug of ICalReqstatType.
Since: 1.0