This is the mail archive of the guile-gtk@sources.redhat.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]
Other format: [Raw text]

Re: Fixed memory leaks in gdk-1.2.defs


Marko Rauhamaa <marko@pacujo.net>:

> "Intern" and "internalize" sounds to me like entering symbols into the
> symbol table. "Coerce", "convert" and "cast" would sound like type
> conversion. Scheme uses the arrow notation for coercion.

I have reversed myself. The ->GdkType function is out, and
gdk_type_intern is in. The intern functions are generated automatically
when the conversion option is present.

The reason is a dual precedent:

  1. That's how it was before.

  2. GDK defines gdk_atom_intern, which clearly was the original model
     although it's not quite the same thing.


Marko

-- 
Marko Rauhamaa      mailto:marko@pacujo.net     http://pacujo.net/marko/


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