#include <stdlib.h>#include <glib.h>Defines | |
| #define | GFALT_DEFAULT_TRANSFERT_TIMEOUT 180 |
| #define | GFALT_DEFAULT_NB_STREAM 0 |
Typedefs | |
| typedef _gfalt_params_t * | gfalt_params_t |
| container for transfer related parameters | |
| typedef _gfalt_transfer_status * | gfalt_transfer_status_t |
| internal status of a copy file action | |
| typedef void(*) | gfalt_monitor_func (gfalt_transfer_status_t h, const char *src, const char *dst, gpointer user_data) |
| copy gfalt_monitor_transfer This function is called callback_mperiod milli-seconds in order to provide informations and a control on the tranfers. | |
| typedef void(*) gfalt_monitor_func(gfalt_transfer_status_t h, const char *src, const char *dst, gpointer user_data) |
copy gfalt_monitor_transfer This function is called callback_mperiod milli-seconds in order to provide informations and a control on the tranfers.
| src | : URL of the source file | |
| dst | : URL of the dest file | |
| user_data | : external pointer provided before |
1.4.7