6 #ifndef DOXYGEN_SHOULD_SKIP_THIS 10 GList *accepted_objtypes;
15 OSyncObjTypeSink *osync_objtype_sink_from_template(
OSyncGroup *group, OSyncObjTypeTemplate *
template);
16 OSyncObjFormatSink *osync_objformat_sink_from_template(
OSyncGroup *group, OSyncObjFormatTemplate *
template);
17 OSyncObjTypeTemplate *osync_plugin_find_objtype_template(
OSyncPlugin *plugin,
const char *objtypestr);
18 OSyncObjFormatTemplate *osync_plugin_find_objformat_template(OSyncObjTypeTemplate *type_template,
const char *objformatstr);
19 OSyncObjFormatSink *osync_objtype_find_format_sink(OSyncObjTypeSink *sink,
const char *formatstr);
void osync_module_unload(OSyncEnv *env, GModule *module)
Closes a module.
Represent a synchronzation plugin.
Represent a group of members that should be synchronized.
Gives information about a plugin.