summaryrefslogtreecommitdiffstats
path: root/src/lib/event_xml_parser.c
Commit message (Collapse)AuthorAgeFilesLines
* added event description support into xml parserJiri Moskovcak2011-03-081-6/+14
| | | | | | | - so event now has: action: description of what will happen when this event is used - the main purpose is for the event selector in wizard description: description of the event
* implement load_event_config_data. Untested.Denys Vlasenko2011-03-081-46/+52
| | | | Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
* event_xml_parser: minor fixes based on review from DenysJiri Moskovcak2011-03-081-15/+14
|
* silence the outputJiri Moskovcak2011-03-081-4/+6
|
* renamed some files, no code changesJiri Moskovcak2011-03-071-1/+1
|
* event_option_obj_t -> event_option_t, event_obj_t -> event_config_tJiri Moskovcak2011-03-071-9/+9
|
* minor build fixesJiri Moskovcak2011-03-071-1/+1
|
* added function to parse event description from xml fileJiri Moskovcak2011-03-071-0/+186