[Fxruby-commits] CVS: FXRuby/ext/fox/include FXRuby.h,1.21.2.2,1.21.2.3
Status: Inactive
Brought to you by:
lyle
From: Lyle J. <ly...@us...> - 2002-05-08 22:37:49
|
Update of /cvsroot/fxruby/FXRuby/ext/fox/include In directory usw-pr-cvs1:/tmp/cvs-serv11783/ext/fox/include Modified Files: Tag: release10 FXRuby.h Log Message: Further attempts to get GC correct. Index: FXRuby.h =================================================================== RCS file: /cvsroot/fxruby/FXRuby/ext/fox/include/FXRuby.h,v retrieving revision 1.21.2.2 retrieving revision 1.21.2.3 diff -C2 -d -r1.21.2.2 -r1.21.2.3 *** FXRuby.h 8 May 2002 16:45:09 -0000 1.21.2.2 --- FXRuby.h 8 May 2002 22:37:46 -0000 1.21.2.3 *************** *** 76,85 **** void FXRbDestroyAppSensitiveObjects(); - /** * Return the registered Ruby class instance associated with this ! * FOX object, or Qnil if no mapping was found. */ ! VALUE FXRbGetRubyObj(const void *foxObj); /** --- 76,85 ---- void FXRbDestroyAppSensitiveObjects(); /** * Return the registered Ruby class instance associated with this ! * FOX object (if any). If searchBoth is FALSE, only considers the ! * Ruby-owned objects; otherwise considers all outstanding references. */ ! VALUE FXRbGetRubyObj(const void *foxObj, FXbool searchBoth=FALSE); /** |