1. corrected HAVE_PW_GECOS detection in configure (which never worked)
2. added and documented wxGetFreeMemory() for Unix (Linux/Solaris only) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6861 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1416,9 +1416,9 @@ See also \helpref{wxTimer}{wxtimer}.
|
||||
|
||||
\func{long}{wxGetFreeMemory}{\void}
|
||||
|
||||
Returns the amount of free memory in Kbytes under environments which
|
||||
support it, and -1 if not supported. Currently, returns a positive value
|
||||
under Windows, and -1 under Unix.
|
||||
Returns the amount of free memory in bytes under environments which
|
||||
support it, and -1 if not supported. Currently, it is supported only
|
||||
under Windows, Linux and Solaris.
|
||||
|
||||
\wxheading{Include files}
|
||||
|
||||
|
Reference in New Issue
Block a user