]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/_filesys.i
Minor tweaks to bring up to date with CVS changes
[wxWidgets.git] / wxPython / src / _filesys.i
index d02c4d874809d8e1188d6eebfa8ce0814fb0a96d..aaaea5c8bed55f00ae0e3e2883e76cd166a7fe7d 100644 (file)
@@ -93,6 +93,7 @@ class wxFileSystemHandler //: public wxObject
 {
 public:
     //wxFileSystemHandler();
+    ~wxFileSystemHandler();
 };
 
 
@@ -138,7 +139,10 @@ public:
     wxString FindFirst(const wxString& spec, int flags = 0);
     wxString FindNext();
 
+    %disownarg(wxFileSystemHandler *handler);
     static void AddHandler(wxFileSystemHandler *handler);
+    %cleardisown(wxFileSystemHandler *handler);
+    
     static void CleanUpHandlers();
 
     // Returns the file URL for a native path