VLC  3.0.21
Data Fields
extension_widget_t::extension_widget_value_t Struct Reference
Collaboration diagram for extension_widget_t::extension_widget_value_t:
Collaboration graph
[legend]

Data Fields

int i_id
 Identifier for the extension module (weird behavior may occur if not unique) More...
 
char * psz_text
 String value. More...
 
bool b_selected
 True if this item is selected. More...
 
struct extension_widget_value_tp_next
 Next value or NULL. More...
 

Field Documentation

◆ b_selected

bool extension_widget_t::extension_widget_value_t::b_selected

True if this item is selected.

◆ i_id

int extension_widget_t::extension_widget_value_t::i_id

Identifier for the extension module (weird behavior may occur if not unique)

◆ p_next

struct extension_widget_value_t* extension_widget_t::extension_widget_value_t::p_next

Next value or NULL.

◆ psz_text

char* extension_widget_t::extension_widget_value_t::psz_text

String value.


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