Searched defs:_CUPS_DEPRECATED_MSG (Results 1 - 1 of 1) sorted by relevance

/external/libcups/cups/
H A Dversioning.h20 * _CUPS_DEPRECATED_MSG, _CUPS_INTERNAL_MSG, _CUPS_API_major_minor, and
120 # define _CUPS_DEPRECATED_MSG(m) macro
130 # define _CUPS_DEPRECATED_MSG(m) __attribute__ ((unavailable(m))) macro
140 # define _CUPS_DEPRECATED_MSG(m) __attribute__ ((deprecated(m))) macro
142 # define _CUPS_DEPRECATED_MSG(m) __attribute__ ((deprecated)) macro
145 # define _CUPS_DEPRECATED_1_6_MSG(m) _CUPS_DEPRECATED_MSG(m)
150 # define _CUPS_DEPRECATED_1_7_MSG(m) _CUPS_DEPRECATED_MSG(m)

Completed in 210 milliseconds