#include <common/gfal_prototypes.h>
#include <common/gfal_types.h>
Go to the source code of this file.
Functions | |
gfal_handle | gfal_initG (GError **err) |
void | gfal_handle_freeG (gfal_handle handle) |
free a gfal's handle, safe if null | |
char ** | gfal_GList_to_tab (GList *surls) |
convert glist of surl char* to char** | |
int * | gfal_GList_to_tab_int (GList *int_list) |
convert glist of int to a table of int | |
void | gfal_new_request_state (gfal_handle handle) |
int | resolve_dlsym_listG (void *handle, void ***flist, const char **sym_list, int num, GError **err) |
open dynamycally a list of symbols resolve all symbols from sym_list to flist with the associated dlhandle set GError properly if error | |
gboolean | is_valid_access_result (int status) |
char** gfal_GList_to_tab | ( | GList * | surls | ) |
convert glist of surl char* to char**
int* gfal_GList_to_tab_int | ( | GList * | int_list | ) |
convert glist of int to a table of int
gfal_handle gfal_initG | ( | GError ** | err | ) |
initiate a gfal's context with default parameters for use
gboolean is_valid_access_result | ( | int | status | ) |
check the validity of a result for a "access" standard call