determine wxFSFile's MIME type when wxFSFile::GetMimeType() is called instead of creating it; this dramatically improves startup times of XRC applications on Unix
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46503 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -43,7 +43,9 @@ Constructor. You probably won't use it. See Notes for details.
|
||||
|
||||
\docparam{location}{The full location (aka filename) of the file}
|
||||
|
||||
\docparam{mimetype}{MIME type of this file. Mime type is either extension-based or HTTP Content-Type}
|
||||
\docparam{mimetype}{MIME type of this file. It may be left empty, in which
|
||||
case the type will be determined from file's extension (\arg{location} must
|
||||
not be empty in this case).}
|
||||
|
||||
\docparam{anchor}{Anchor. See \helpref{GetAnchor()}{wxfsfilegetanchor} for details.}
|
||||
|
||||
|
Reference in New Issue
Block a user