e_config_class_add_factory —
EConfigFactory * e_config_class_add_factory ( | klass, | |
| id, | ||
| func, | ||
data); |
| EConfigClass * | klass; |
| const char * | id; |
| EConfigFactoryFunc | func; |
| void * | data; |
Implementing class pointer.
The name of the configuration window you're interested in. This may be NULL to be called for all windows.
An EConfigFactoryFunc to call when the window id is being created.
Callback data.