OpenSync
0.22
|
The internals of the opensync environment. More...
Functions | |
void | osync_env_export_loaded_modules (OSyncEnv *env) |
void | osync_env_export_all_options (OSyncEnv *env) |
long long int | _osync_env_create_group_id (OSyncEnv *env) |
Returns the next free number for a group in the environments configdir. More... | |
The internals of the opensync environment.
void osync_env_export_loaded_modules | ( | OSyncEnv * | env | ) |
Export the list of loaded plugins through the OSYNC_LOADED_PLUGINS environment variable
Definition at line 83 of file opensync_env.c.
void osync_env_export_all_options | ( | OSyncEnv * | env | ) |
Export all options set through osync_env_set_option() to environment variables
Definition at line 120 of file opensync_env.c.
long long int _osync_env_create_group_id | ( | OSyncEnv * | env | ) |
Returns the next free number for a group in the environments configdir.
Returns the next free number for a group in the environments configdir
env | The osync environment |
Definition at line 139 of file opensync_env.c.
Referenced by osync_group_save().