]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/socket.tex
fixed unsolved link
[wxWidgets.git] / docs / latex / wx / socket.tex
index d1e8d73e9d8675d694d04f78b619cd83038b687d..d224507f8563a11af327be2c6f0b1a3cabbd4d7d 100644 (file)
@@ -10,7 +10,7 @@
 
 \wxheading{See also}
 
-\helpref{GSocket for wxWindows}{gsocketforwx}
+GSocket for wxWindows
 
 % ---------------------------------------------------------------------------
 % Event handling
@@ -81,13 +81,12 @@ Destroys the wxSocketBase object.
 \func{void}{SetNotify}{\param{GSocketEventFlags}{ event_flags}}
 
 SetNotify setups which socket events are to be sent to the event handler.
-For more information on socket events see
-\helpref{GSocket events}{gsocketforwxevents}.
+For more information on socket events see GSocket events.
 
 %
 % Notify
 %
-\membersection{wxSocketBase::Notify}\label{wxsocketbasesetnotify}
+\membersection{wxSocketBase::Notify}\label{wxsocketbasenotify}
 
 \func{void}{Notify}{\param{bool}{ notify}}
 
@@ -145,7 +144,7 @@ Returns the number of bytes read or written by the last IO call.
 
 \constfunc{GSocketError}{LastError}{\void}
 
-Returns an error in the GSocket format. See \helpref{GSocket errors}{gsocketforwxerrs}. 
+Returns an error in the GSocket format. See GSocket errors.
 
 % ---------------------------------------------------------------------------
 % IO calls
@@ -311,9 +310,9 @@ Returns a reference to the current object.
 %
 % Unread
 %
-\membersection{wxSocketBase::UnRead}\label{wxsocketbaseunread}
+\membersection{wxSocketBase::Unread}\label{wxsocketbaseunread}
 
-\func{wxSocketBase\&}{UnRead}{\param{const char *}{ buffer}, \param{size\_t}{ nbytes}}
+\func{wxSocketBase\&}{Unread}{\param{const char *}{ buffer}, \param{size\_t}{ nbytes}}
 
 This function unreads a buffer. It means that the buffer is put in the top
 of the incoming queue. But, it is put also at the end of all unread buffers.