From: Vadim Zeitlin Date: Tue, 19 Oct 2004 18:47:31 +0000 (+0000) Subject: fixed GetConfigDir() description; added MT-safety note X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b36d022a0da5fab493c46175e00f8d29cbad0f01?ds=inline fixed GetConfigDir() description; added MT-safety note git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30003 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/stdpaths.tex b/docs/latex/wx/stdpaths.tex index f4f7ce4cf2..8f44a53aa4 100644 --- a/docs/latex/wx/stdpaths.tex +++ b/docs/latex/wx/stdpaths.tex @@ -40,6 +40,9 @@ applications. I.e. under Unix you should follow the standard installation conventions and under Mac you should create your application bundle according to the Apple guidelines. Again, this class doesn't help you to do it. +This class is MT-safe: its methods may be called concurrently from different +threads without additional locking. + \wxheading{Derived from} No base class @@ -61,7 +64,7 @@ Return the directory containing the system config files. Example return values: \begin{itemize} \item Unix: \texttt{/etc} - \item Windows: \texttt{C:$\backslash$Windows} + \item Windows: \texttt{C:$\backslash$Documents and Settings$\backslash$All Users$\backslash$Application Data} \item Mac: \texttt{/Library/Preferences} \end{itemize}