| libical-glib Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
#define I_CAL_REQSTAT_TYPE_TYPE ICalReqstatType; struct ICalReqstatTypeClass; ICalReqstatType * i_cal_reqstat_type_from_string (const);gchar *strgchar * i_cal_reqstat_type_as_string_r (ICalReqstatType *stat); ICalRequestStatus i_cal_reqstat_type_get_code (ICalReqstatType *reqstat);void i_cal_reqstat_type_set_code (ICalReqstatType *reqstat,ICalRequestStatus code); constgchar * i_cal_reqstat_type_get_desc (ICalReqstatType *reqstat); constgchar * i_cal_reqstat_type_get_debug (ICalReqstatType *reqstat);
ICalReqstatType * i_cal_reqstat_type_from_string (const gchar *str);
Create a ICalReqstatType from string.
|
A string. |
Returns : |
The newly created ICalReqstatType. [transfer full] |
Since
gchar * i_cal_reqstat_type_as_string_r (ICalReqstatType *stat);
Convert ICalReqstatType to a string representation.
|
A ICalReqstatType. |
Returns : |
A string. [transfer full] |
Since
ICalRequestStatus i_cal_reqstat_type_get_code (ICalReqstatType *reqstat);
Get the code of ICalReqstatType.
|
The ICalReqstatType. |
Returns : |
The code of reqstat. |
Since 1.0
void i_cal_reqstat_type_set_code (ICalReqstatType *reqstat,ICalRequestStatus code);
Set the code of ICalReqstatType.
|
The ICalReqstatType. |
|
The code of reqstat. |
Since 1.0
constgchar * i_cal_reqstat_type_get_desc (ICalReqstatType *reqstat);
Get the desc of ICalReqstatType.
|
The ICalReqstatType. |
Returns : |
The desc of reqstat. [transfer none]
|
Since 1.0
constgchar * i_cal_reqstat_type_get_debug (ICalReqstatType *reqstat);
Get the debug of ICalReqstatType.
|
The ICalReqstatType. |
Returns : |
The debug of reqstat. [transfer none]
|
Since 1.0