25 #ifndef CFG_PERSIST_H_INCLUDED
26 #define CFG_PERSIST_H_INCLUDED 1
30 typedef struct _PersistConfig
PersistConfig * persist_config_new(void)
Definition: cfg-persist.c:88
void persist_config_free(PersistConfig *self)
Definition: cfg-persist.c:98
gpointer persist_config_fetch(PersistConfig *cfg, const gchar *name)
Definition: cfg-persist.c:66
void persist_config_add(PersistConfig *self, const gchar *name, gpointer value, GDestroyNotify destroy)
Definition: cfg-persist.c:44
const gchar * name
Definition: debugger.c:265
Definition: cfg-persist.h:31
GHashTable * keys
Definition: cfg-persist.h:32
GlobalConfig * cfg
Definition: test_batched_ack_tracker.c:34
GString * value
Definition: test_decode.c:28