Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
_ext_toolbar_update_t Struct Reference

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
 

Detailed Description

Carries the parameters for a single toolbar item update operation.

Member Data Documentation

◆ data_index

void* _ext_toolbar_update_t::data_index

Index identifying the target entry for index-based update operations

◆ silent

bool _ext_toolbar_update_t::silent

If true, suppress any UI notification or callback triggered by the update

◆ type

ext_toolbar_update_type_t _ext_toolbar_update_t::type

The kind of update to perform (see ext_toolbar_update_type_t)

◆ user_data

void* _ext_toolbar_update_t::user_data

New value or payload for the update operation


The documentation for this struct was generated from the following file: