This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Patch to make guile-gtk work with upcoming guile-1.4


Mikael Djurfeldt <mdj@mdj.nada.kth.se> writes:

> The `scm_make_smob_type_mfpe' function has not been mentioned in the
> NEWS file because it might become deprecated in next release of Guile.

But smob.h says:

  /* These next two functions are the supported way to create new SMOB types.

     scm_make_smob_type is useful if there are no special smob functions
       and the defaults work for mark,free,print,equal_p, or you want to use
       scm_set_smob_{mark,free,print,equalp}, below.

     scm_make_smob_type_mfpe is ideal if you need to set one or more of
       the special smob functions-- use NULL for when the default function 
       is fine 
  */

The comment should be updated, probably.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]