syslog-ng source
cfg-persist.c File Reference
#include "cfg-persist.h"
#include "messages.h"
Include dependency graph for cfg-persist.c:

Classes

struct  PersistConfigEntry
 

Functions

void persist_config_add (PersistConfig *self, const gchar *name, gpointer value, GDestroyNotify destroy)
 
gpointer persist_config_fetch (PersistConfig *self, const gchar *name)
 
PersistConfigpersist_config_new (void)
 
void persist_config_free (PersistConfig *self)
 

Function Documentation

◆ persist_config_add()

void persist_config_add ( PersistConfig self,
const gchar *  name,
gpointer  value,
GDestroyNotify  destroy 
)

◆ persist_config_fetch()

gpointer persist_config_fetch ( PersistConfig self,
const gchar *  name 
)

◆ persist_config_free()

void persist_config_free ( PersistConfig self)

◆ persist_config_new()

PersistConfig* persist_config_new ( void  )