diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-11-26 13:20:05 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-11-26 13:20:05 +0000 |
commit | d2e0eb61ea5d985441fcac6454af0e7c8655be7e (patch) | |
tree | fe91e14ac253396147827de58a3006b520bfac3f /doc/html/libxslt-xslt.html | |
parent | 28c19237e6f3a5148c760d8b783aa12ffdaa77ee (diff) | |
download | libxslt-d2e0eb61ea5d985441fcac6454af0e7c8655be7e.tar.gz libxslt-d2e0eb61ea5d985441fcac6454af0e7c8655be7e.tar.bz2 libxslt-d2e0eb61ea5d985441fcac6454af0e7c8655be7e.zip |
Updated the on-line documentation, Daniel
Diffstat (limited to 'doc/html/libxslt-xslt.html')
-rw-r--r-- | doc/html/libxslt-xslt.html | 50 |
1 files changed, 43 insertions, 7 deletions
diff --git a/doc/html/libxslt-xslt.html b/doc/html/libxslt-xslt.html index a15b8895..a6d07756 100644 --- a/doc/html/libxslt-xslt.html +++ b/doc/html/libxslt-xslt.html @@ -162,6 +162,10 @@ HREF="libxslt-xslt.html#XSLT-DEFAULT-URL-CAPS" HREF="libxslt-xslt.html#XSLT-NAMESPACE-CAPS" >XSLT_NAMESPACE</A > +#define <A +HREF="libxslt-xslt.html#LIBXSLT-PUBLIC-CAPS" +>LIBXSLT_PUBLIC</A +> void <A HREF="libxslt-xslt.html#XSLTCLEANUPGLOBALS" >xsltCleanupGlobals</A @@ -173,7 +177,7 @@ HREF="libxslt-xslt.html#XSLTCLEANUPGLOBALS" ><DIV CLASS="REFSECT1" ><A -NAME="AEN42" +NAME="AEN43" ></A ><H2 >Description</H2 @@ -183,14 +187,14 @@ NAME="AEN42" ><DIV CLASS="REFSECT1" ><A -NAME="AEN45" +NAME="AEN46" ></A ><H2 >Details</H2 ><DIV CLASS="REFSECT2" ><A -NAME="AEN47" +NAME="AEN48" ></A ><H3 ><A @@ -218,7 +222,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN53" +NAME="AEN54" ></A ><H3 ><A @@ -246,7 +250,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN59" +NAME="AEN60" ></A ><H3 ><A @@ -274,7 +278,7 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN65" +NAME="AEN66" ></A ><H3 ><A @@ -302,7 +306,39 @@ CLASS="PROGRAMLISTING" ><HR><DIV CLASS="REFSECT2" ><A -NAME="AEN71" +NAME="AEN72" +></A +><H3 +><A +NAME="LIBXSLT-PUBLIC-CAPS" +></A +>LIBXSLT_PUBLIC</H3 +><TABLE +BORDER="0" +BGCOLOR="#D6E8FF" +WIDTH="100%" +CELLPADDING="6" +><TR +><TD +><PRE +CLASS="PROGRAMLISTING" +>#define LIBXSLT_PUBLIC</PRE +></TD +></TR +></TABLE +><P +>This macro is needed on Win32 when using MSVC. It enables the client code +to access exported variables. It should expand to nothing when compiling +this library itself, but must expand to __declspec(dllimport) when a +client includes the library header and that only if it links dynamically +against this library.</P +><P +></P +></DIV +><HR><DIV +CLASS="REFSECT2" +><A +NAME="AEN78" ></A ><H3 ><A |