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

Method add_attr

ppdc/ppdc.h:396–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394 PPDC_NAME("ppdcDriver")
395
396 void add_attr(ppdcAttr *a) { attrs->add(a); }
397 void add_constraint(ppdcConstraint *c) { constraints->add(c); }
398 void add_copyright(const char *c) {
399 copyright->add(new ppdcString(c));

Callers 3

import_ppdMethod · 0.80
get_duplexMethod · 0.80
scan_fileMethod · 0.80

Calls 1

addMethod · 0.80

Tested by

no test coverage detected