OpenSync
0.22
|
The internals of the OSyncChange. More...
Data Structures | |
struct | OSyncChange |
A change object. More... | |
Functions | |
void | osync_change_ref (OSyncChange *change) |
void | osync_change_decref (OSyncChange *change) |
const char * | osync_change_get_sourceobjtype (OSyncChange *change) |
OSyncObjFormat * | osync_change_get_initial_objformat (OSyncChange *change) |
The internals of the OSyncChange.
void osync_change_ref | ( | OSyncChange * | change | ) |
Increment the reference count of a change
change | The change to ref |
Definition at line 36 of file opensync_change.c.
void osync_change_decref | ( | OSyncChange * | change | ) |
Decrement the reference count of a change
change | The change to decref |
Definition at line 46 of file opensync_change.c.
const char* osync_change_get_sourceobjtype | ( | OSyncChange * | change | ) |
Get the name of the source object type of a change
change | The change |
Definition at line 59 of file opensync_change.c.
OSyncObjFormat* osync_change_get_initial_objformat | ( | OSyncChange * | change | ) |
Get the name of the inital format of a change
change | The change |
Definition at line 70 of file opensync_change.c.