config_db.h File Reference

Go to the source code of this file.

Typedefs

typedef struct _ConfigDb ConfigDb

Functions

ConfigDbConfigDb_new (GError **error)
void ConfigDb_destroy (ConfigDb *self)
gchar * ConfigDb_get_generic (ConfigDb *self, const gchar *name, GError **error)
gboolean ConfigDb_set_generic (ConfigDb *self, const gchar *name, const gchar *value, GError **error)

Typedef Documentation

typedef struct _ConfigDb ConfigDb

Definition at line 17 of file config_db.h.


Function Documentation

void ConfigDb_destroy ( ConfigDb self  ) 

Definition at line 145 of file config_db.c.

References close_config_db_session(), and mutex_destroy.

Referenced by ConfigDb_new(), and kr_Controller_destroy().

gchar* ConfigDb_get_generic ( ConfigDb self,
const gchar *  name,
GError **  error 
)

Definition at line 230 of file config_db.c.

References db_get(), and mutex_synchronized.

ConfigDb* ConfigDb_new ( GError **  error  ) 
gboolean ConfigDb_set_generic ( ConfigDb self,
const gchar *  name,
const gchar *  value,
GError **  error 
)

ContextLogger2—ContextLogger2 Logger Daemon Internals—Generated on Mon May 2 13:49:58 2011 by Doxygen 1.6.1