VLC 4.0.0-dev
Loading...
Searching...
No Matches
extension_widget_t::extension_widget_value_t Struct Reference

#include <vlc_extensions.h>

Collaboration diagram for extension_widget_t::extension_widget_value_t:
[legend]

Data Fields

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

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: