MCPcopy Create free account
hub / github.com/OpenPrinting/cups / ppdFirstCustomParam

Function ppdFirstCustomParam

cups/ppd-custom.c:76–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74 */
75
76ppd_cparam_t * /* O - Custom parameter or NULL */
77ppdFirstCustomParam(ppd_coption_t *opt) /* I - Custom option */
78{
79 if (!opt)
80 return (NULL);
81
82 return ((ppd_cparam_t *)cupsArrayFirst(opt->params));
83}
84
85
86/*

Callers 3

mainFunction · 0.85
do_set_optionsFunction · 0.85
get_option_valueFunction · 0.85

Calls 1

cupsArrayFirstFunction · 0.85

Tested by

no test coverage detected