Name Description Size Coverage
array.h Include necessary headers... 2702 -
cups.h Include necessary headers... 25587 -
file.h Include necessary headers... 3393 -
http.h Include necessary headers... 29732 -
ipp.h Include necessary headers... 53610 -
language.h Include necessary headers... 3188 -
pwg.h C++ magic... 2076 -
versioning.h This header defines several macros that add compiler-specific attributes for functions: - _CUPS_API_major_minor[_patch]: Specifies when an API became available by CUPS version. - _CUPS_DEPRECATED: Function is deprecated with no replacement. - _CUPS_DEPRECATED_MSG("message"): Function is deprecated and has a replacement. - _CUPS_FORMAT(format-index, additional-args-index): Function has a printf-style format argument followed by zero or more additional arguments. Indices start at 1. - _CUPS_INTERNAL: Function is internal with no replacement API. - _CUPS_INTERNAL_MSG("msg"): Function is internal - use specified API instead. - _CUPS_NONNULL((arg list)): Specifies the comma-separated argument indices are assumed non-NULL. Indices start at 1. - _CUPS_NORETURN: Specifies the function does not return. - _CUPS_PRIVATE: Specifies the function is private to CUPS. - _CUPS_PUBLIC: Specifies the function is public API. 10888 -