[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.2.4 Configs

Function: cca_config_t * cca_config_new (void)

Function: cca_config_t * cca_config_dup (const cca_config_t * config)

Function: cca_config_t * cca_config_new_with_key (const char * key)

Function: void cca_config_destroy (cca_config_t * config)

Function: const char * cca_config_get_key (const cca_config_t * config)

Function: const void * cca_config_get_value (const cca_config_t * config)

Function: size_t cca_config_get_value_size (const cca_config_t * config)

Function: void cca_config_set_key (cca_config_t * config, const char * key)

Function: void cca_config_set_value (cca_config_t * config, const void * value, size_t value_size)



This document was generated on October, 27 2003 using texi2html