#include <gnome.h> #define BEGIN_GNOME_DECLS #define END_GNOME_DECLS |
This module only defines two macros for wrapping public function interface declarations in a C-accesible way, they are usually used in header files. They are empty macros for C compilation and they map to extern "C" for C++ compilation.