Go to the documentation of this file.
17 #ifndef MIR_DEPRECATIONS_H_
18 #define MIR_DEPRECATIONS_H_
20 #ifndef MIR_ENABLE_DEPRECATIONS
21 #define MIR_ENABLE_DEPRECATIONS 1
24 #if MIR_ENABLE_DEPRECATIONS > 0
25 #define MIR_FOR_REMOVAL_IN_VERSION_1(message)\
26 __attribute__((deprecated(message)))
28 #define MIR_FOR_REMOVAL_IN_VERSION_1(message)
Copyright © 2012-2021
Canonical Ltd.
Generated on Sat Aug 7 00:05:17 UTC 2021
This documentation is licensed under the GPL version 2 or 3.