Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module xmlexports from libxml2

API Menu
API Indexes
Related links

macros for marking symbols as exportable/importable.

Table of Contents

#define LIBXML_DLL_IMPORT
#define XMLCALL
#define XMLCDECL
#define XMLPUBFUN
#define XMLPUBLIC
#define XMLPUBVAR

Description

Macro: LIBXML_DLL_IMPORT

#define LIBXML_DLL_IMPORT

Macro: XMLCALL

#define XMLCALL

Macro which declares the calling convention for exported functions

Macro: XMLCDECL

#define XMLCDECL

Macro which declares the calling convention for exported functions that use '...'.

Macro: XMLPUBFUN

#define XMLPUBFUN

Macro which declares an exportable function

Macro: XMLPUBLIC

#define XMLPUBLIC

Macro which declares a public symbol

Macro: XMLPUBVAR

#define XMLPUBVAR

Macro which declares an exportable variable

Daniel Veillard