|
OpenSync
0.22
|
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 *) |
Represents the functions that a member will call to inform the syncengine.
Definition at line 3 of file opensync_member.h.
| void(* OSyncMemberFunctions::rf_change) (OSyncMember *, OSyncChange *, void *) |
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.
| void(* OSyncMemberFunctions::rf_sync_alert) (OSyncMember *) |
The callback function that will receive sync alerts from the plugin
Definition at line 9 of file opensync_member.h.
| void(* OSyncMemberFunctions::rf_log) (OSyncMember *, char *) |
The callback function that will receive log messages
Definition at line 11 of file opensync_member.h.
1.8.14