xine-lib 1.2.13-20230125hg15249
Data Fields
cfg_entry_s Struct Reference

#include <configfile.h>

Data Fields

cfg_entry_tnext
 
config_values_tconfig
 
char * key
 
int type
 
int exp_level
 
char * unknown_value
 
char * str_value
 
char * str_default
 
int num_value
 
int num_default
 
int range_min
 
int range_max
 
char ** enum_values
 
char * description
 
char * help
 
xine_config_cb_t callback
 
void * callback_data
 

Field Documentation

◆ callback

xine_config_cb_t cfg_entry_s::callback

◆ callback_data

void* cfg_entry_s::callback_data

◆ config

config_values_t* cfg_entry_s::config

◆ description

char* cfg_entry_s::description

◆ enum_values

char** cfg_entry_s::enum_values

◆ exp_level

int cfg_entry_s::exp_level

◆ help

char* cfg_entry_s::help

◆ key

char* cfg_entry_s::key

◆ next

cfg_entry_t* cfg_entry_s::next

◆ num_default

int cfg_entry_s::num_default

◆ num_value

int cfg_entry_s::num_value

◆ range_max

int cfg_entry_s::range_max

◆ range_min

int cfg_entry_s::range_min

◆ str_default

char* cfg_entry_s::str_default

◆ str_value

char* cfg_entry_s::str_value

◆ type

int cfg_entry_s::type

◆ unknown_value

char* cfg_entry_s::unknown_value

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