|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Carries the parameters for a single toolbar item update operation. More...
#include <plugin_if.h>
Public Attributes | |
| ext_toolbar_update_type_t | type |
| bool | silent |
| void * | user_data |
| void * | data_index |
Carries the parameters for a single toolbar item update operation.
| void* _ext_toolbar_update_t::data_index |
Index identifying the target entry for index-based update operations
| bool _ext_toolbar_update_t::silent |
If true, suppress any UI notification or callback triggered by the update
| ext_toolbar_update_type_t _ext_toolbar_update_t::type |
The kind of update to perform (see ext_toolbar_update_type_t)
| void* _ext_toolbar_update_t::user_data |
New value or payload for the update operation