Document wxWebViewHandler::GetFile() ownership contract

This commit is contained in:
Blake-Madden
2026-08-08 09:34:46 -04:00
parent b041c2ea3e
commit c0133721e1
+3 -1
View File
@@ -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);