diff options
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/report/event_config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/report/event_config.h b/src/include/report/event_config.h index 75fb0c78..75f357dc 100644 --- a/src/include/report/event_config.h +++ b/src/include/report/event_config.h @@ -58,7 +58,7 @@ void free_event_option(event_option_t *p); //structure to hold the option data typedef struct { - char *screen_name; //name of the event "Bugzilla" "RedHat Support Uploader" + char *screen_name; //ui friendly name of the event "Bugzilla" "RedHat Support Uploader" //char *title; //window title - not used right now, maybe the "name" is enough? //char *action;//action description to show in gui like: Upload report to the Red Hat bugzilla" char *description; // "Report to ...."/"Save to file" @@ -76,6 +76,7 @@ void load_event_config_data(void); /* Frees all loaded data */ void free_event_config_data(void); event_config_t *get_event_config(const char *event_name); +event_option_t *get_event_option_from_list(const char *option_name, GList *event_options); extern GHashTable *g_event_config_list; // for iterating through entire list of all loaded configs |
