aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/about_dlg.h
diff options
context:
space:
mode:
authorGraeme Lunt <graeme.lunt@smhs.co.uk>2007-05-07 17:55:42 +0000
committerGraeme Lunt <graeme.lunt@smhs.co.uk>2007-05-07 17:55:42 +0000
commitcf56e76be90d3541155b4d5fea4c335701f1de3a (patch)
treea9108ed6903c08b1d6d62590849e9b8d2196324e /gtk/about_dlg.h
parenta38b44a6470d1e92b1bd0cb396d096675e5d2392 (diff)
Updated splash screen for Wireshark that shows the initialisation progress.
The splash screen shows a progress bar and a percentage complete - like the progress dialog. As dissectors are initialised and handed off the name is shown. However, the names of plugin dissectors are not shown. The update to the make-dissector-reg shell script has been tested, though I think generally the python version is used. svn path=/trunk/; revision=21716
Diffstat (limited to 'gtk/about_dlg.h')
-rw-r--r--gtk/about_dlg.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk/about_dlg.h b/gtk/about_dlg.h
index 7744865690..d80a658893 100644
--- a/gtk/about_dlg.h
+++ b/gtk/about_dlg.h
@@ -37,12 +37,13 @@
*/
extern GtkWidget *splash_new(char *message);
-/** Update the splash screen message.
+/** Update the splash screen message when loading dissectors and handoffs
*
- * @param win the window handle from splash_new()
- * @param message the new message to be displayed
+ * @param action the initialisation action being performed
+ * @param message additional information
+ * @param client_data the window handle from splash_new()
*/
-extern void splash_update(GtkWidget *win, char *message);
+extern void splash_update(register_action_e action, char *message, void *call_data);
/** Destroy the splash screen.
*