|
OpenSync
0.22
|
The private API of opensync. More...
Functions | |
| OSyncEnv * | osync_group_get_env (OSyncGroup *group) |
| Returns the environment in which a group is registered. More... | |
| void * | osync_group_get_data (OSyncGroup *group) |
| Gets the custom data of a group. More... | |
| void | osync_group_set_data (OSyncGroup *group, void *data) |
| Sets the custom data of a group. More... | |
| long long int | osync_group_create_member_id (OSyncGroup *group) |
| Creates a new unique member if in this group. More... | |
| OSyncFormatEnv * | osync_group_get_format_env (OSyncGroup *group) |
| Returns the format environment of a group. More... | |
| osync_bool | osync_group_load_members (OSyncGroup *group, const char *path, OSyncError **error) |
| Loads all members of a group. More... | |
The private API of opensync.
This gives you an insight in the private API of opensync.
| OSyncEnv* osync_group_get_env | ( | OSyncGroup * | group | ) |
Returns the environment in which a group is registered.
| group | The group |
Definition at line 83 of file opensync_group.c.
| void* osync_group_get_data | ( | OSyncGroup * | group | ) |
Gets the custom data of a group.
| group | The group |
Definition at line 94 of file opensync_group.c.
| void osync_group_set_data | ( | OSyncGroup * | group, |
| void * | data | ||
| ) |
Sets the custom data of a group.
| group | The group |
| data | The custom data |
Definition at line 105 of file opensync_group.c.
Referenced by osengine_new().
| long long int osync_group_create_member_id | ( | OSyncGroup * | group | ) |
Creates a new unique member if in this group.
| group | The group |
Definition at line 116 of file opensync_group.c.
Referenced by osync_member_save().
| OSyncFormatEnv* osync_group_get_format_env | ( | OSyncGroup * | group | ) |
Returns the format environment of a group.
| group | The group |
Definition at line 136 of file opensync_group.c.
Referenced by _new_change_receiver().
| osync_bool osync_group_load_members | ( | OSyncGroup * | group, |
| const char * | path, | ||
| OSyncError ** | error | ||
| ) |
Loads all members of a group.
Loads all members of a group
| group | The group |
| path | The path from which to load the members |
| error | Pointer to a error |
Definition at line 152 of file opensync_group.c.
1.8.14