#include <opensync_format_env_internals.h>
Data Fields | |
| GList * | objformats |
| GList * | converters |
| GList * | custom_filters |
| GList * | modules |
| GModule * | current_module |
Definition at line 34 of file opensync_format_env_internals.h.
| GList* OSyncFormatEnv::objformats |
A List of formats
Definition at line 36 of file opensync_format_env_internals.h.
Referenced by osync_format_env_find_objformat(), osync_format_env_free(), osync_format_env_nth_objformat(), osync_format_env_num_objformats(), and osync_format_env_register_objformat().
| GList* OSyncFormatEnv::converters |
A list of available converters
Definition at line 38 of file opensync_format_env_internals.h.
Referenced by osync_format_env_detect_objformat(), osync_format_env_detect_objformat_full(), osync_format_env_find_converter(), osync_format_env_find_converters(), osync_format_env_free(), osync_format_env_nth_converter(), osync_format_env_num_converters(), and osync_format_env_register_converter().
A list of filter functions
Definition at line 40 of file opensync_format_env_internals.h.
Referenced by osync_format_env_free(), osync_format_env_nth_filter(), osync_format_env_num_filters(), and osync_format_env_register_filter().
1.5.7.1