Home
last modified time | relevance | path

Searched defs:_CUPS_DEPRECATED_1_2_MSG (Results 1 – 1 of 1) sorted by relevance

/external/libcups/cups/
Dversioning.h156 # define _CUPS_DEPRECATED_1_2_MSG(m) _CUPS_PUBLIC macro
167 # define _CUPS_DEPRECATED_1_2_MSG(m) API_DEPRECATED(m, macos(10.2,10.5), ios(11.0,11.0)) _CUPS_P… macro
178 # define _CUPS_DEPRECATED_1_2_MSG(m) API_DEPRECATED(m, macos(10.2,10.5), ios(11.0,11.0)) _CUPS_P… macro
190 # define _CUPS_DEPRECATED_1_2_MSG(m) __attribute__ ((unavailable(m))) _CUPS_PUBLIC macro
201 # define _CUPS_DEPRECATED_1_2_MSG(m) __attribute__ ((deprecated(m))) _CUPS_PUBLIC macro
207 # define _CUPS_DEPRECATED_1_2_MSG(m) __attribute__ ((deprecated)) _CUPS_PUBLIC macro