/builddir/build/BUILD/gfal2-2.0.0/src/common/gfal_common_internal.h File Reference

internal declaration for gfal, USE DIRECTLY THIS FUNCTIONS IS NOT RECOMMANDED More...

#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)

Detailed Description

internal declaration for gfal, USE DIRECTLY THIS FUNCTIONS IS NOT RECOMMANDED

Author:
Devresse Adrien
Version:
2.0
Date:
12/04/2011

Function Documentation

char** gfal_GList_to_tab ( GList *  surls  ) 

convert glist of surl char* to char**

Returns:
return NULL if error or pointer to char**
int* gfal_GList_to_tab_int ( GList *  int_list  ) 

convert glist of int to a table of int

Returns:
return NULL if error or pointer to int*
gfal_handle gfal_initG ( GError **  err  ) 

initiate a gfal's context with default parameters for use

Returns:
a gfal_handle, need to be free after usage. return NULL if errors
gboolean is_valid_access_result ( int  status  ) 

check the validity of a result for a "access" standard call

Returns:
TRUE if status is a valid and standard access methode error, else return FALSE

Generated on 15 May 2012 for CERN org.glite.Gfal by  doxygen 1.6.1