]> git.saurik.com Git - wxWidgets.git/commitdiff
Documented Destroy()
authorGuillermo Rodriguez Garcia <guille@iies.es>
Mon, 6 Mar 2000 17:14:16 +0000 (17:14 +0000)
committerGuillermo Rodriguez Garcia <guille@iies.es>
Mon, 6 Mar 2000 17:14:16 +0000 (17:14 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6479 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/socket.tex

index 7f1ce3bbbd4bc8047323a424947f91b720da8199..f802da83532b5c94bb4460dfc50efba48611fba4 100644 (file)
@@ -266,11 +266,11 @@ application must therefore be prepared to handle socket event messages
 even after calling Close.
 
 %
-% Discard
+% Destroy
 %
 \membersection{wxSocketBase::Destroy}\label{wxsocketbasedestroy}
 
-\func{void}{Destroy}{\void}
+\func{bool}{Destroy}{\void}
 
 Destroys the socket safely. Use this function instead of the delete operator,
 since otherwise socket events could reach the application even after the
@@ -281,6 +281,10 @@ socket objects in the stack.
 
 Destroy calls \helpref{Close}{wxsocketbaseclose} automatically.
 
+\wxheading{Return value}
+
+Always TRUE.
+
 %
 % Discard
 %