OpenSync  0.22
opensync_context.h
1 OSyncContext *osync_context_new(OSyncMember *member);
2 void osync_context_free(OSyncContext *context);
3 void osync_context_report_error(OSyncContext *context, OSyncErrorType type, const char *format, ...);
4 void osync_context_report_success(OSyncContext *context);
5 void osync_context_report_change(OSyncContext *context, OSyncChange *change);
6 void osync_report_message(OSyncMember *member, const char *message, void *data);
7 void *osync_report_message_sync(OSyncMember *member, const char *message, void *data);
8 void *osync_context_get_plugin_data(OSyncContext *context);
9 void osync_context_send_log(OSyncContext *ctx, const char *message, ...);
10 OSyncMember *osync_context_get_member(OSyncContext *ctx);
11 void osync_context_report_osyncerror(OSyncContext *context, OSyncError **error);