Name

e_config_target_new —

Synopsis

void * e_config_target_new (ep,  
 type,  
 size); 
EConfig *  ep;
int  type;
size_t  size;

Arguments

ep

Parent EConfig object.

type

type, up to implementor

size

Size of object to allocate.

Description

Allocate a new config target suitable for this class. Implementing classes will define the actual content of the target.