]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_filesys.i
use the right number in the tarball filename
[wxWidgets.git] / wxPython / src / _filesys.i
index 4291d52077d074d196a586fbc6dda9b4226eab59..be1b01e81ac822badcd5cec219e511503bedde28 100644 (file)
@@ -38,6 +38,8 @@ public:
     ~wxFSFile();
 
     wxInputStream *GetStream();
+    void DetachStream();
+    
     const wxString& GetMimeType();
     const wxString& GetLocation();
     const wxString& GetAnchor();
@@ -158,6 +160,10 @@ public:
     static void AddHandler(wxFileSystemHandler *handler);
     %cleardisown(wxFileSystemHandler *handler);
 
+    // Removes FS handler
+    %newobject RemoveHandler;
+    static wxFileSystemHandler* RemoveHandler(wxFileSystemHandler *handler);
+
     static void CleanUpHandlers();
 
     // Returns the file URL for a native path