Re: .defs Issues From Java-Gnome
- From: Ariel Rios <ariel arcavia com>
- To: Tim Janik <timj gtk org>
- Cc: Dan Bornstein <danfuzz milk com>,	Gtk+ Developers <gtk-devel-list gnome org>
- Subject: Re: .defs Issues From Java-Gnome
- Date: Wed, 13 Dec 2000 15:24:44 -0500 (EST)
> boxed was introduced to let language bindings deal with plain C structures,
> such as
> struct _GtkRequisition
> {
>   gint width;
>   gint height;
> };
> 
This is not completely true. Boxed means a pointer to some structure.  You
have to explicitely manage the  lifetime of those structures by invoking
some functions at the
right times.
For wrapping simple C structures we do have 
(define-struct)
It might be interesting to se Marius' origial proposal at:
gnome-guile/guile-gtk/PROPOSAL
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]