|
OpenSync
0.22
|
The environment used for conversions. More...
#include <opensync_format_internals.h>
Data Fields | |
| GList * | objtypes |
| GList * | objformats |
| GList * | converters |
| GList * | filter_functions |
| GList * | extensions |
The environment used for conversions.
Definition at line 13 of file opensync_format_internals.h.
| GList* OSyncFormatEnv::objtypes |
A list of object types
Definition at line 15 of file opensync_format_internals.h.
Referenced by osync_conv_env_new(), osync_conv_find_objtype(), osync_conv_nth_objtype(), osync_conv_num_objtypes(), and osync_member_make_random_data().
| GList* OSyncFormatEnv::objformats |
A List of formats
Definition at line 17 of file opensync_format_internals.h.
Referenced by osync_conv_env_new(), and osync_conv_find_objformat().
| GList* OSyncFormatEnv::converters |
A list of available converters
Definition at line 19 of file opensync_format_internals.h.
Referenced by osync_conv_env_new().
| GList* OSyncFormatEnv::filter_functions |
A list of filter functions
Definition at line 21 of file opensync_format_internals.h.
Referenced by osync_conv_env_new().
| GList* OSyncFormatEnv::extensions |
A list of extensions
Definition at line 23 of file opensync_format_internals.h.
Referenced by osync_conv_env_new(), and osync_conv_find_extension().
1.8.14