Name

e_config_class_add_factory —

Synopsis

EConfigFactory * e_config_class_add_factory (klass,  
 id,  
 func,  
 data); 
EConfigClass *  klass;
const char *  id;
EConfigFactoryFunc  func;
void *  data;

Arguments

klass

Implementing class pointer.

id

The name of the configuration window you're interested in. This may be NULL to be called for all windows.

func

An EConfigFactoryFunc to call when the window id is being created.

data

Callback data.

Description

Add a config factory which will be called to add_items any extra items's if wants to, to the current Config window.

TODO

Make the id a pattern?

Return value

A handle to the factory.