Go to the source code of this file.
|
| on_handle_t | wc_datasync_on_value (wc_context_t *ctx, char *path, on_callback_f callback) |
| |
| on_handle_t | wc_datasync_on_child_added (wc_context_t *ctx, char *path, on_callback_f callback) |
| |
| on_handle_t | wc_datasync_on_child_changed (wc_context_t *ctx, char *path, on_callback_f callback) |
| |
| on_handle_t | wc_datasync_on_child_removed (wc_context_t *ctx, char *path, on_callback_f callback) |
| |
| char * | wc_datasync_on_handle_get_path (on_handle_t h) |
| |
| wc_context_t * | wc_datasync_on_handle_get_ctx (on_handle_t h) |
| |
| void | wc_datasync_off (on_handle_t h) |
| |
| void | wc_datasync_off_path (wc_context_t *ctx, char *path) |
| |
| void | wc_datasync_off_path_type (wc_context_t *ctx, char *path, enum on_event_type type) |
| |