guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: gnome-guile and C types?


From: Maciej Stachowiak
Subject: Re: gnome-guile and C types?
Date: Mon, 15 Oct 2001 11:34:38 -0700
User-agent: Mutt/1.2.5i

On 15Oct2001 01:48PM (-0500), Bill Gribble wrote:
> On Mon, 2001-10-15 at 13:13, Maciej Stachowiak wrote:
> > The best way to add bindings to guile-gtk/gnome-guile is to use the
> > code generator, which can automatically generate wrappers from .defs
> > files. 
> 
> Right.  I was presuming that the omission of functions which return a
> GList * was a pretty broad hint that the code generator can't handle
> GLists smoothly.  

It should be able to handle a GList * without much trouble if the list
is homogenous (almost always true in gnome-land) and you tell it the
type of the list item. I hope .defs files have an appropriate syntax
for that.

 - Maciej



reply via email to

[Prev in Thread] Current Thread [Next in Thread]