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

Method add_group

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

Source from the content-addressed store, hash-verified

401 void add_filter(ppdcFilter *f) { filters->add(f); }
402 void add_font(ppdcFont *f) { fonts->add(f); }
403 void add_group(ppdcGroup *g) { groups->add(g); }
404 void add_profile(ppdcProfile *p) { profiles->add(p); }
405 void add_size(ppdcMediaSize *m) { sizes->add(m); }
406

Callers 2

import_ppdMethod · 0.80
scan_fileMethod · 0.80

Calls 1

addMethod · 0.80

Tested by

no test coverage detected