00001 OSyncContext *osync_context_new(OSyncMember *member); 00002 void osync_context_free(OSyncContext *context); 00003 void osync_context_report_error(OSyncContext *context, OSyncErrorType type, const char *format, ...); 00004 void osync_context_report_success(OSyncContext *context); 00005 void osync_context_report_change(OSyncContext *context, OSyncChange *change); 00006 void osync_report_message(OSyncMember *member, const char *message, void *data); 00007 void *osync_report_message_sync(OSyncMember *member, const char *message, void *data); 00008 void *osync_context_get_plugin_data(OSyncContext *context); 00009 void osync_context_send_log(OSyncContext *ctx, const char *message, ...); 00010 OSyncMember *osync_context_get_member(OSyncContext *ctx); 00011 void osync_context_report_osyncerror(OSyncContext *context, OSyncError **error);