mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-09-23 23:13:12 +08:00
Document wxWebViewHandler::GetFile() ownership contract
This commit is contained in:
@@ -731,7 +731,9 @@ public:
|
||||
wxWebViewHandler(const wxString& scheme);
|
||||
|
||||
/**
|
||||
@return A pointer to the file represented by @c uri.
|
||||
@return A pointer to the file represented by @c uri, or @NULL. The
|
||||
caller takes ownership of the returned pointer and is responsible for
|
||||
deleting it.
|
||||
*/
|
||||
virtual wxFSFile* GetFile(const wxString &uri);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user