| Top |
Types and Values
| enum | ECalClientSourceType |
| enum | ECalObjModType |
| #define | E_CALENDAR_ERROR |
| enum | ECalChangeType |
| ECalChange | |
| enum | ECalendarStatus |
| #define | E_CALENDAR_STATUS_CORBA_EXCEPTION |
| enum | EDataCalObjType |
| enum | EDataCalObjModType |
| typedef | CalObjModType |
| #define | CALOBJ_MOD_THIS |
| #define | CALOBJ_MOD_THISANDPRIOR |
| #define | CALOBJ_MOD_THISANDFUTURE |
| #define | CALOBJ_MOD_ALL |
| #define | CALOBJ_MOD_ONLY_THIS |
Functions
e_calendar_error_quark ()
GQuark
e_calendar_error_quark (void);
e_calendar_error_quark is deprecated and should not be used in newly-written code.
Types and Values
enum ECalObjModType
Indicates the type of modification made to a calendar
Members
|
Modify this component |
||
|
Modify this component and all prior occurrances |
||
|
Modify this component and all future occurrances |
||
|
Modify all occurrances of this component |
||
|
Modify only this component |
Since: 3.8
E_CALENDAR_ERROR
#define E_CALENDAR_ERROR e_calendar_error_quark()
E_CALENDAR_ERROR has been deprecated since version 3.2 and should not be used in newly-written code.
Use ECalClient and it's errors instead
The error domain for the deprecated ECal
enum ECalChangeType
ECalChangeType has been deprecated since version 3.2 and should not be used in newly-written code.
Use ECalClient instead
Indicates the type of change in an ECalChange
ECalChange
typedef struct {
ECalComponent *comp;
ECalChangeType type;
} ECalChange;
ECalChange has been deprecated since version 3.2 and should not be used in newly-written code.
Use ECalClient instead
A structure indicating a calendar change
Members
ECalComponent * |
The ECalComponent which changed |
|
ECalChangeType |
The ECalChangeType which occurred |
enum ECalendarStatus
ECalendarStatus has been deprecated since version 3.2 and should not be used in newly-written code.
Use ECalClient and it's errors instead
Error codes for the E_CALENDAR_ERROR error domain
E_CALENDAR_STATUS_CORBA_EXCEPTION
#define E_CALENDAR_STATUS_CORBA_EXCEPTION E_CALENDAR_STATUS_DBUS_EXCEPTION
E_CALENDAR_STATUS_CORBA_EXCEPTION is deprecated and should not be used in newly-written code.
Use ECalClient and it's errors instead
A deprecated ECalendarStatus error code
enum EDataCalObjType
EDataCalObjType is deprecated and should not be used in newly-written code.
A deprecated object type indicator
Deprecated
enum EDataCalObjModType
EDataCalObjModType is deprecated and should not be used in newly-written code.
A deprecated object modification type indicator
Deprecated
CalObjModType
typedef ECalObjModType CalObjModType;
CalObjModType is deprecated and should not be used in newly-written code.
CALOBJ_MOD_THIS
#define CALOBJ_MOD_THIS E_CAL_OBJ_MOD_THIS
CALOBJ_MOD_THIS is deprecated and should not be used in newly-written code.
CALOBJ_MOD_THISANDPRIOR
#define CALOBJ_MOD_THISANDPRIOR E_CAL_OBJ_MOD_THIS_AND_PRIOR
CALOBJ_MOD_THISANDPRIOR is deprecated and should not be used in newly-written code.
CALOBJ_MOD_THISANDFUTURE
#define CALOBJ_MOD_THISANDFUTURE E_CAL_OBJ_MOD_THIS_AND_FUTURE
CALOBJ_MOD_THISANDFUTURE is deprecated and should not be used in newly-written code.
CALOBJ_MOD_ALL
#define CALOBJ_MOD_ALL E_CAL_OBJ_MOD_ALL
CALOBJ_MOD_ALL is deprecated and should not be used in newly-written code.
