X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/382f12e41917abf78fb7f00d786c7ead112e4df4..730b772b41ad9df76e5226290bb9eb917ea161f0:/interface/wx/socket.h diff --git a/interface/wx/socket.h b/interface/wx/socket.h index 88d0071a4f..67e2e11725 100644 --- a/interface/wx/socket.h +++ b/interface/wx/socket.h @@ -210,7 +210,7 @@ public: accepted, it will wait for the next incoming connection to arrive. - @warning: This method will block the GUI. + @warning This method will block the GUI. If @a wait is @false, it will try to accept a pending connection if there is one, but it will always return immediately without blocking @@ -296,7 +296,7 @@ public: If @a wait is @true, Connect() will wait until the connection completes. - @warning: This method will block the GUI. + @warning This method will block the GUI. If @a wait is @false, Connect() will try to establish the connection and return immediately, without blocking the GUI. When used this way,