#include <vars.h>
Data Fields | |
const char * | name |
const char * | text |
Representation of a choice list of strings. The choices themselves consist of a key and a human-readable name. The list object is opaque.
Definition at line 126 of file vars.h.
|
Option name (key, untranslated). Definition at line 128 of file vars.h. Referenced by canon_parameters(), copyfunc(), escp2_parameters(), free_list_element(), lexmark_parameters(), namefunc(), olympus_parameters(), pcl_parameters(), ps_parameters_internal(), raw_parameters(), stp_dither_describe_parameter(), stp_string_list_add_string(), stp_string_list_is_present(), and stpi_color_traditional_describe_parameter(). |
|
Human-readable (translated) text. Definition at line 128 of file vars.h. Referenced by copyfunc(), free_list_element(), long_namefunc(), and stp_string_list_add_string(). |