KAlarm Library
2 #ifndef KALARMCAL_EXPORT_H
3 #define KALARMCAL_EXPORT_H
5 #ifdef KALARMCAL_STATIC_DEFINE
6 # define KALARMCAL_EXPORT
7 # define KALARMCAL_NO_EXPORT
9 # ifndef KALARMCAL_EXPORT
10 # ifdef kalarmcal_EXPORTS
12 # define KALARMCAL_EXPORT __attribute__((visibility("default")))
15 # define KALARMCAL_EXPORT __attribute__((visibility("default")))
19 # ifndef KALARMCAL_NO_EXPORT
20 # define KALARMCAL_NO_EXPORT __attribute__((visibility("hidden")))
24 #ifndef KALARMCAL_DEPRECATED
25 # define KALARMCAL_DEPRECATED __attribute__ ((__deprecated__))
28 #ifndef KALARMCAL_DEPRECATED_EXPORT
29 # define KALARMCAL_DEPRECATED_EXPORT KALARMCAL_EXPORT KALARMCAL_DEPRECATED
32 #ifndef KALARMCAL_DEPRECATED_NO_EXPORT
33 # define KALARMCAL_DEPRECATED_NO_EXPORT KALARMCAL_NO_EXPORT KALARMCAL_DEPRECATED
37 # ifndef KALARMCAL_NO_DEPRECATED
38 # define KALARMCAL_NO_DEPRECATED
46 #ifdef KALARMCAL_USE_KRESOURCES
47 #undef KALARMCAL_USE_KRESOURCES
This file is part of the KDE documentation.
Documentation copyright © 1996-2021 The KDE developers.
Generated on Tue Jul 27 2021 06:51:33 by
doxygen 1.8.20 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.