Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenPrinting/cups
/ _cupsAppleCopyDefaultPaperID
Function
_cupsAppleCopyDefaultPaperID
cups/dest.c:319–324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
*/
318
319
CFStringRef /* O - Default paper ID */
320
_cupsAppleCopyDefaultPaperID(void)
321
{
322
return (CFPreferencesCopyAppValue(kDefaultPaperIDKey,
323
kCUPSPrintingPrefs));
324
}
325
326
327
/*
Callers
1
appleGetPaperSize
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected