Update of /cvsroot/wxlua/wxLua/bindings/wxwidgets
In directory vz-cvs-4.sog:/tmp/cvs-serv3174/bindings/wxwidgets
Modified Files:
wxbase_file.i
Log Message:
Appropriately %gc or %ungc wxFileSystemHandler(s) added to wxFileSystem
Index: wxbase_file.i
===================================================================
RCS file: /cvsroot/wxlua/wxLua/bindings/wxwidgets/wxbase_file.i,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** wxbase_file.i 10 Jun 2011 03:16:32 -0000 1.8
--- wxbase_file.i 10 Jun 2011 03:31:07 -0000 1.9
***************
*** 987,994 ****
// Adds FS handler.
// In fact, this class is only front-end to the FS handlers :-)
! static void AddHandler(wxFileSystemHandler *handler);
// Removes FS handler
! static wxFileSystemHandler* RemoveHandler(wxFileSystemHandler *handler);
// Returns true if there is a handler which can open the given location.
--- 987,994 ----
// Adds FS handler.
// In fact, this class is only front-end to the FS handlers :-)
! static void AddHandler(%ungc wxFileSystemHandler *handler);
// Removes FS handler
! static %gc wxFileSystemHandler* RemoveHandler(wxFileSystemHandler *handler);
// Returns true if there is a handler which can open the given location.
|