/[guile]/guile/guile-core/doc/ref/data-rep.texi
ViewVC logotype

Diff of /guile/guile-core/doc/ref/data-rep.texi

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by ossau, Tue Mar 12 21:08:57 2002 UTC revision 1.7 by ossau, Fri Mar 29 20:25:23 2002 UTC
# Line 1410  refers to.  The default smob mark functi Line 1410  refers to.  The default smob mark functi
1410  @xref{Garbage Collecting Smobs}, for more details.  @xref{Garbage Collecting Smobs}, for more details.
1411    
1412  @item free  @item free
1413  Guile will apply this function to each instance of the new type it  Guile will apply this function to each instance of the new type it could
1414  could not find any live pointers to.  The function should release all  not find any live pointers to.  The function should release all
1415  resources held by the object and return the number of bytes released.  resources held by the object and return the number of bytes released.
1416  This is analogous to the Java finalization method-- it is invoked at  This is analogous to the Java finalization method-- it is invoked at
1417  an unspecified time (when garbage collection occurs) after the object  an unspecified time (when garbage collection occurs) after the object

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26