CERN org.glite.Gfal  2.0.1
Functions
/builddir/build/BUILD/gfal2-2.0.0/src/common/gfal_common_config.c File Reference

Utility fonctions for config management. More...

#include <glib.h>
#include <string.h>
#include <stdlib.h>
#include "gfal_common_config.h"
#include "gfal_common_errverbose.h"

Functions

void gfal_config_container_init (gfal_handle handle)
void gfal_config_container_delete (gfal_handle handle)
void gfal_config_set_generic (gfal_handle handle, const char *namespace, const char *key, const char *value_type, gpointer value, GDestroyNotify free_func)
gpointer gfal_config_get_generic (gfal_handle handle, const char *namespace, const char *key, const char *value_type, GError **err)
void gfal_config_set_boolean (gfal_handle handle, const char *namespace, const char *key, gboolean value)
gboolean gfal_config_get_boolean (gfal_handle handle, const char *namespace, const char *key, GError **err)
void gfal_config_set_string (gfal_handle handle, const char *namespace, const char *key, const char *value)
char * gfal_config_get_string (gfal_handle handle, const char *namespace, const char *key, GError **err)

Detailed Description

Utility fonctions for config management.

Author:
Devresse Adrien
Version:
1.0
Date:
04/11/2011