Go to the documentation of this file.
25 #ifndef __DBUSXX_API_H
26 #define __DBUSXX_API_H
28 #ifdef GCC_HASCLASSVISIBILITY
29 # define DXXAPILOCAL __attribute__ ((visibility("hidden")))
30 # define DXXAPIPUBLIC __attribute__ ((visibility("default")))
36 #define DXXAPI DXXAPIPUBLIC
38 #endif//__DBUSXX_API_H