![]() |
![]() |
![]() |
libical-glib Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#define I_CAL_REQSTAT_TYPE_TYPE ICalReqstatType; struct ICalReqstatTypeClass; ICalReqstatType * i_cal_reqstat_type_new_full (struct icalreqstattype native
); ICalReqstatType * i_cal_reqstat_type_from_string (const gchar *str
); gchar * i_cal_reqstat_type_as_string_r (ICalReqstatType *stat
); struct icalreqstattype i_cal_reqstat_type_new_default (void
); ICalRequestStatus i_cal_reqstat_type_get_code (ICalReqstatType *reqstat
); void i_cal_reqstat_type_set_code (ICalReqstatType *reqstat
,ICalRequestStatus code
); const gchar * i_cal_reqstat_type_get_desc (ICalReqstatType *reqstat
); const gchar * i_cal_reqstat_type_get_debug (ICalReqstatType *reqstat
);
typedef struct _ICalReqstatType ICalReqstatType;
This is the ICalReqstatType instance.
ICalReqstatType * i_cal_reqstat_type_new_full (struct icalreqstattype native
);
Create a new libical-glib object from the native libical object and the owner.
|
The native libical object. |
Returns : |
The newly create libical-glib object. [transfer full] |
Since 1.0
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
struct icalreqstattype i_cal_reqstat_type_new_default (void
);
Create a new default ICalReqstatType
Returns : |
The newly created ICalReqstatType. [transfer full] |
Since 1.0
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
const gchar * 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
const gchar * 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