X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cc81d32f2bf8c159f3b1bf6ddaf62e6d77720209..2dab56e91e68dfc14e6bc0a8e45a664e4a323fc8:/docs/latex/wx/dynlib.tex diff --git a/docs/latex/wx/dynlib.tex b/docs/latex/wx/dynlib.tex index 44bdb0972f..49cec53bd8 100644 --- a/docs/latex/wx/dynlib.tex +++ b/docs/latex/wx/dynlib.tex @@ -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}