OpenSync  0.22
Functions
OpenSync Environment Internals

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...
 

Detailed Description

The internals of the opensync environment.

Function Documentation

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

Parameters
envThe osync environment
Returns
The next free number

Definition at line 139 of file opensync_env.c.

Referenced by osync_group_save().