#include <opensync_objformat_private.h>
Data Fields | |
| int | ref_count |
| char * | name |
| char * | objtype_name |
| OSyncFormatCompareFunc | cmp_func |
| OSyncFormatDuplicateFunc | duplicate_func |
| OSyncFormatCopyFunc | copy_func |
| OSyncFormatCreateFunc | create_func |
| OSyncFormatDestroyFunc | destroy_func |
| OSyncFormatPrintFunc | print_func |
| OSyncFormatRevisionFunc | revision_func |
| OSyncFormatMarshalFunc | marshal_func |
| OSyncFormatDemarshalFunc | demarshal_func |
| OSyncFormatValidateFunc | validate_func |
Definition at line 36 of file opensync_objformat_private.h.
| char* OSyncObjFormat::name |
The name of the format
Definition at line 39 of file opensync_objformat_private.h.
Referenced by osync_objformat_destroy(), osync_objformat_get_name(), osync_objformat_is_equal(), osync_objformat_new(), and osync_objformat_unref().
The object type that is normally represented in this format. Example: A VCard normally represents a contact. so, objtype_name would be "contact"
Definition at line 43 of file opensync_objformat_private.h.
Referenced by osync_objformat_get_objtype(), osync_objformat_new(), and osync_objformat_unref().
1.5.7.1