]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/function.tex
On Mac the first visible line needs to be recalculated after the Scroll because it...
[wxWidgets.git] / docs / latex / wx / function.tex
index 62e622480a7a966064856df4b84fdc0b668acc9e..5ab7cee273bde988506eaf614f01b0367b9db2e4 100644 (file)
@@ -1571,11 +1571,14 @@ that there isn't always a standard way to do a reliable check on the OS architec
 
 \membersection{::wxGetUserHome}\label{wxgetuserhome}
 
-\func{const wxChar *}{wxGetUserHome}{\param{const wxString\& }{user = ""}}
+\func{wxString}{wxGetUserHome}{\param{const wxString\& }{user = ""}}
 
-Returns the home directory for the given user. If the username is empty
-(default value), this function behaves like
-\helpref{wxGetHomeDir}{wxgethomedir}.
+Returns the home directory for the given user. If the \arg{user} is empty
+(default value), this function behaves like 
+\helpref{wxGetHomeDir}{wxgethomedir} i.e. returns the current user home
+directory.
+
+If the home directory couldn't be determined, an empty string is returned.
 
 \wxheading{Include files}