OpenSync 0.22
Data Fields

OSyncMemberFunctions Struct Reference

Represents the functions that a member will call to inform the syncengine. More...

#include <opensync_member.h>

Data Fields

void(* rf_change )(OSyncMember *, OSyncChange *, void *)
void *(* rf_message )(OSyncMember *, const char *, void *, osync_bool)
void(* rf_sync_alert )(OSyncMember *)
void(* rf_log )(OSyncMember *, char *)

Detailed Description

Represents the functions that a member will call to inform the syncengine.

Definition at line 3 of file opensync_member.h.


Field Documentation

The callback function that will receive the new changes from the plugins

Definition at line 5 of file opensync_member.h.

void*(* OSyncMemberFunctions::rf_message)(OSyncMember *, const char *, void *, osync_bool)

The callback function that will receive custom message calls from the plugin

Definition at line 7 of file opensync_member.h.

The callback function that will receive sync alerts from the plugin

Definition at line 9 of file opensync_member.h.

The callback function that will receive log messages

Definition at line 11 of file opensync_member.h.


The documentation for this struct was generated from the following file: