]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dynlib.tex
Copyright correction
[wxWidgets.git] / docs / latex / wx / dynlib.tex
index 44bdb0972fd110336f6edbe446eb76149c89f092..49cec53bd8634208ba2299d8d2e0317ea21df862 100644 (file)
@@ -27,6 +27,14 @@ to \helpref{wxDllLoader}{wxdllloader}.
 
 Constructor. Second form calls \helpref{Load}{wxdynamiclibraryload}.
 
+\membersection{wxDynamicLibrary::Detach}\label{wxdynamiclibrarydetach}
+
+\func{wxDllType}{Detach}{\void}
+
+Detaches this object from its library handle, i.e. the object will not unload
+the library any longer in its destructor but it is now the callers
+responsability to do this.
+
 \membersection{wxDynamicLibrary::IsLoaded}\label{wxdynamiclibraryisloaded}
 
 \constfunc{bool}{IsLoaded}{\void}