summaryrefslogtreecommitdiff
path: root/gtk/about_dlg.h
diff options
context:
space:
mode:
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.
*