Go to the documentation of this file.
29 #if defined(__GNUC__) && __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 5)
31 #define LIBCOVERART_DEPRECATED(f) __attribute__((deprecated("Use '" #f "' instead")))
33 #elif defined(__GNUC__) && __GNUC__ > 3 || (__GNUC__ == 3 && __GNUC_MINOR__ >= 1)
35 #define LIBCOVERART_DEPRECATED(f) __attribute__ ((deprecated))
39 #define LIBCOVERART_DEPRECATED(f)