summaryrefslogtreecommitdiffstats
path: root/ui/main_statusbar.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:33 +0000
commit9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9 (patch)
tree2784370cda9bbf2da9114d70f05399c0b229d28c /ui/main_statusbar.h
parentAdding debian version 4.2.6-1. (diff)
downloadwireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.tar.xz
wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.zip
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ui/main_statusbar.h')
-rw-r--r--ui/main_statusbar.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/main_statusbar.h b/ui/main_statusbar.h
index c8dd3c0e..32e7ec00 100644
--- a/ui/main_statusbar.h
+++ b/ui/main_statusbar.h
@@ -28,7 +28,7 @@ void status_capture_comment_update(void);
*
* @param msg_format The format string for the message
*/
-void statusbar_push_field_msg(const gchar *msg_format, ...)
+void statusbar_push_field_msg(const char *msg_format, ...)
G_GNUC_PRINTF(1, 2);
/** Pop a message referring to the currently-selected field off the statusbar.
@@ -40,7 +40,7 @@ void statusbar_pop_field_msg(void);
*
* @param msg_format The format string for the message
*/
-void statusbar_push_filter_msg(const gchar *msg_format, ...)
+void statusbar_push_filter_msg(const char *msg_format, ...)
G_GNUC_PRINTF(1, 2);
/** Pop a message referring to the current filter off the statusbar.
@@ -52,7 +52,7 @@ void statusbar_pop_filter_msg(void);
*
* @param msg_format The format string for the message
*/
-void statusbar_push_temporary_msg(const gchar *msg_format, ...)
+void statusbar_push_temporary_msg(const char *msg_format, ...)
G_GNUC_PRINTF(1, 2);
#ifdef __cplusplus