Home
last modified time | relevance | path

Searched defs:module_config_t (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/vlc/vlc-3.0.16/include/
H A Dvlc_configuration.h60 struct module_config_t struct
62 uint8_t i_type; /* Configuration type */
63 char i_short; /* Optional short option name */
64 unsigned b_advanced:1; /* Advanced option */
76 module_value_t orig;
77 module_value_t min;
78 module_value_t max;
83 {
88 } list;
90 const char *list_cb_name;
[all …]
H A Dvlc_common.h213 typedef struct module_config_t module_config_t; typedef
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A Dprefs_widgets.m404 {
767 {
916 {
997 {
1098 {
1191 {
1323 {
1412 {
1502 {
1614 {
[all …]
H A Dprefs.m146 - (id)initWithConfigItem:(module_config_t *)configItem;
669 {