wxURI/wxURL links in changes list.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30894 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
a5b274d7fc
commit
c65650d7b5
@ -112,17 +112,17 @@ sizer->Add(win);
|
|||||||
|
|
||||||
\subsubsection{Massive wxURL Rewrite}\label{wxurlrewrite}
|
\subsubsection{Massive wxURL Rewrite}\label{wxurlrewrite}
|
||||||
|
|
||||||
wxURL has undergone some radical changes.
|
\helpref{wxURL}{wxurl} has undergone some radical changes.
|
||||||
|
|
||||||
\begin{itemize}\itemsep=0pt
|
\begin{itemize}\itemsep=0pt
|
||||||
\item Many accessors of wxURL - GetHostName, GetProtocolName, and GetPath,
|
\item Many accessors of \helpref{wxURL}{wxurl} - GetHostName, GetProtocolName, and GetPath,
|
||||||
have been replaced by its parent's (wxURI) counterparts - GetServer,
|
have been replaced by its parent's (\helpref{wxURI}{wxuri}) counterparts - \helpref{GetServer}{wxurigetserver},
|
||||||
GetScheme, and GetPath, respectively.
|
\helpref{GetScheme}{wxurigetscheme}, and \helpref{GetPath}{wxurigetpath}, respectively.
|
||||||
|
|
||||||
\item ConvertToValidURI has been replaced by wxURI. Do not use
|
\item ConvertToValidURI has been replaced by \helpref{wxURI}{wxuri}. Do not use
|
||||||
ConvertToValidURI for future applications.
|
ConvertToValidURI for future applications.
|
||||||
|
|
||||||
\item ConvertFromURI has been replaced by wxURI::Unescape.
|
\item ConvertFromURI has been replaced by \helpref{wxURI::Unescape}{wxuriunescape}.
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user