From 1f73de4e422ffe046e3faf0e4fb7f5523a14ff2d Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Thu, 24 Feb 2011 13:55:15 +0100 Subject: gui-wizard-gtk: make [Refresh] button work Looks for reanalyze_FOO events, enables them on "Select analyzer" page and sends user go to that page to pick the [re]analyzer to run. Signed-off-by: Denys Vlasenko --- src/include/report/run_event.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/include/report/run_event.h') diff --git a/src/include/report/run_event.h b/src/include/report/run_event.h index 5d108a27..7fd8edea 100644 --- a/src/include/report/run_event.h +++ b/src/include/report/run_event.h @@ -69,7 +69,10 @@ int run_event_on_crash_data(struct run_event_state *state, crash_data_t *data, c /* Querying for possible events */ -/* Returns a malloced string with '\n'-terminated event names */ +/* Scans event.conf for events starting with pfx which are applicable + * to dd, or (if dd is NULL), to dump_dir. + * Returns a malloced string with '\n'-terminated event names. + */ char *list_possible_events(struct dump_dir *dd, const char *dump_dir_name, const char *pfx); #ifdef __cplusplus -- cgit