Wireshark  4.3.0
The Wireshark network protocol analyzer
main_statusbar.h
Go to the documentation of this file.
1 
10 #ifndef __MAIN_STATUSBAR_H__
11 #define __MAIN_STATUSBAR_H__
12 
13 #ifdef __cplusplus
14 extern "C" {
15 #endif /* __cplusplus */
16 
17 void profile_bar_update(void);
18 void packets_bar_update(void);
19 void status_expert_update(void);
20 
25 
31 void statusbar_push_field_msg(const char *msg_format, ...)
32  G_GNUC_PRINTF(1, 2);
33 
37 
43 void statusbar_push_filter_msg(const char *msg_format, ...)
44  G_GNUC_PRINTF(1, 2);
45 
49 
55 void statusbar_push_temporary_msg(const char *msg_format, ...)
56  G_GNUC_PRINTF(1, 2);
57 
58 #ifdef __cplusplus
59 }
60 #endif /* __cplusplus */
61 
62 #endif /* __MAIN_STATUSBAR_H__ */
void status_capture_comment_update(void)
void void statusbar_pop_filter_msg(void)
void statusbar_push_filter_msg(const char *msg_format,...) G_GNUC_PRINTF(1
void void statusbar_pop_field_msg(void)
void statusbar_push_temporary_msg(const char *msg_format,...) G_GNUC_PRINTF(1
void statusbar_push_field_msg(const char *msg_format,...) G_GNUC_PRINTF(1