OpenSync  0.22
Data Structures | Functions
OpenSync Change Internals

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)
 
OSyncObjFormatosync_change_get_initial_objformat (OSyncChange *change)
 

Detailed Description

The internals of the OSyncChange.

Function Documentation

void osync_change_ref ( OSyncChange change)

Increment the reference count of a change

Parameters
changeThe 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

Parameters
changeThe 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

Parameters
changeThe change
Returns
The name of the source object type

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

Parameters
changeThe change
Returns
The name of the inital format

Definition at line 70 of file opensync_change.c.