/builddir/build/BUILD/gfal2-2.0.0/src/global/gfal_global.h File Reference
gfal2 context management functions
More...
#include <glib.h>
#include <common/gfal_prototypes.h>
Detailed Description
gfal2 context management functions
- Author:
- Devresse Adrien
Typedef Documentation
a gfal context is a separated instance of the gfal library Each context owns his parameters, file descriptors Context allows to have separated instance of GFAL with differents parameters providing an advanced interface to GFAL
Function Documentation
create a gfal 2 context contexts are used for all gfal 2 operations
- Parameters:
-
| err | : GError error report system |
- Returns:
- gfal2 context
void gfal_context_free |
( |
gfal_context_t |
context |
) |
|
gfal_context_t gfal_context_new |
( |
GError ** |
err |
) |
|
- Deprecated:
- same than gfal2_context_new but with old compatibility