Ardour  9.0-pre0-384-ga76afae0e9
audiographer/audiographer/visibility.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LIBAUDIOGRAPHER_DLL_IMPORT   __attribute__ ((visibility ("default")))
 
#define LIBAUDIOGRAPHER_DLL_EXPORT   __attribute__ ((visibility ("default")))
 
#define LIBAUDIOGRAPHER_DLL_LOCAL   __attribute__ ((visibility ("hidden")))
 
#define LIBAUDIOGRAPHER_API   LIBAUDIOGRAPHER_DLL_IMPORT
 
#define LIBAUDIOGRAPHER_LOCAL   LIBAUDIOGRAPHER_DLL_LOCAL
 

Macro Definition Documentation

◆ LIBAUDIOGRAPHER_API

#define LIBAUDIOGRAPHER_API   LIBAUDIOGRAPHER_DLL_IMPORT

Definition at line 38 of file audiographer/audiographer/visibility.h.

◆ LIBAUDIOGRAPHER_DLL_EXPORT

#define LIBAUDIOGRAPHER_DLL_EXPORT   __attribute__ ((visibility ("default")))

Definition at line 27 of file audiographer/audiographer/visibility.h.

◆ LIBAUDIOGRAPHER_DLL_IMPORT

#define LIBAUDIOGRAPHER_DLL_IMPORT   __attribute__ ((visibility ("default")))

Definition at line 26 of file audiographer/audiographer/visibility.h.

◆ LIBAUDIOGRAPHER_DLL_LOCAL

#define LIBAUDIOGRAPHER_DLL_LOCAL   __attribute__ ((visibility ("hidden")))

Definition at line 28 of file audiographer/audiographer/visibility.h.

◆ LIBAUDIOGRAPHER_LOCAL

#define LIBAUDIOGRAPHER_LOCAL   LIBAUDIOGRAPHER_DLL_LOCAL

Definition at line 40 of file audiographer/audiographer/visibility.h.