#include <opensync_data_private.h>
Data Fields | |
| char * | data |
| int | size |
| char * | objtype |
| OSyncObjFormat * | objformat |
| int | ref_count |
Definition at line 26 of file opensync_data_private.h.
| char* OSyncData::data |
The data reported from the plugin
Definition at line 28 of file opensync_data_private.h.
Referenced by osync_data_clone(), osync_data_compare(), osync_data_get_data(), osync_data_get_printable(), osync_data_get_revision(), osync_data_has_data(), osync_data_new(), osync_data_set_data(), osync_data_steal_data(), osync_data_unref(), and osync_objtype_sink_committed_all().
| int OSyncData::size |
The size of the data from the plugin
Definition at line 30 of file opensync_data_private.h.
Referenced by osync_data_clone(), osync_data_compare(), osync_data_get_data(), osync_data_get_printable(), osync_data_get_revision(), osync_data_new(), osync_data_set_data(), osync_data_steal_data(), and osync_data_unref().
| char* OSyncData::objtype |
The name of the object type
Definition at line 32 of file opensync_data_private.h.
Referenced by osync_data_clone(), osync_data_get_objtype(), osync_data_set_objtype(), and osync_data_unref().
The name of the format
Definition at line 34 of file opensync_data_private.h.
Referenced by osync_data_clone(), osync_data_compare(), osync_data_get_objformat(), osync_data_get_objtype(), osync_data_get_printable(), osync_data_get_revision(), osync_data_new(), osync_data_set_data(), osync_data_set_objformat(), and osync_data_unref().
1.5.7.1