X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c70014d966bbfa08d201ca24c825f2d88cc3975..63415a4212c12ba53f5ca48d16b80bf3bb297a1e:/docs/latex/wx/strmbase.tex diff --git a/docs/latex/wx/strmbase.tex b/docs/latex/wx/strmbase.tex index 70ba8506d7..adf12c7911 100644 --- a/docs/latex/wx/strmbase.tex +++ b/docs/latex/wx/strmbase.tex @@ -47,7 +47,7 @@ Destructor. \constfunc{wxFileOffset}{GetLength}{\void} Returns the length of the stream in bytes. If the length cannot be determined -(this is always the case for socket streams for example), returns +(this is always the case for socket streams for example), returns \texttt{wxInvalidOffset}. \newsince{2.5.4} @@ -85,7 +85,7 @@ In that cases, GetSize returns $0$ so you should always test its return value. \membersection{wxStreamBase::IsOk}\label{wxstreambaseisok} -\constfunc{bool}{IsOk}{\void} +\constfunc{virtual bool}{IsOk}{\void} Returns true if no error occurred on the stream. @@ -94,7 +94,7 @@ Returns true if no error occurred on the stream. \helpref{GetLastError}{wxstreambasegetlasterror} -\membersection{wxStreamBase::IsSeekable}\label{wxstreambaseisok} +\membersection{wxStreamBase::IsSeekable}\label{wxstreambaseisseekable} \constfunc{bool}{IsSeekable}{\void} @@ -127,8 +127,7 @@ real position. \membersection{wxStreamBase::OnSysWrite}\label{wxstreambaseonsyswrite} -\func{size\_t}{OnSysWrite}{\param{void *}{buffer}, \param{size\_t}{ bufsize}} +\func{size\_t}{OnSysWrite}{\param{const void *}{buffer}, \param{size\_t}{ bufsize}} See \helpref{OnSysRead}{wxstreambaseonsysread}. -