summaryrefslogtreecommitdiffstats
path: root/common/elapi/elapi_event.c
Commit message (Collapse)AuthorAgeFilesLines
* COLLECTION Add remove item functionsDmitri Pal2009-07-161-5/+6
| | | | | | | | | | | | | The remove functions extract and remove items, they act differently from the way the delete_property function works. The new functions allow deletion with the disposition while the delete_property only deletes specified property. The delete_property function is left as is since there are some use cases when it is more efficient to use it rather than new remove_item_xxx ones.
* ELAPI First part of the interfaceDmitri Pal2009-07-151-0/+1112
This is just a part of the interface, a beginning. Most likely some of the functions will be altered but it is a starting point. For example in future there will be a way to override some of the parts of the default template using the application configuration file. Removed obfuscation of the data types based on discussion with Simo.