[903] in The GTK GIMP ToolKit mailing list archive
[gtk-list] Re: A description format for Gtk features
daemon@ATHENA.MIT.EDU (Marius Vollmer)
Fri Sep 5 04:34:10 1997
To: gtk-list@redhat.com
From: Marius Vollmer <mvo@zagadka.ping.de>
Date: 04 Sep 1997 23:53:44 +0200
In-Reply-To: atai@ece.ucsd.edu's message of Thu, 4 Sep 1997 11:19:44 -0700 (PDT)
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com
atai@ece.ucsd.edu (Andy Tai) writes:
>
> >
> > Hi,
> >
> > I'm still busy on the general Gtk high-level language binding issues
> >
> > http://www-nt.e-technik.uni-dortmund.de/m_mvo/types.html
> >
> > What do you think?
>
> I guess this may not be a valid concern, but what you propose, will
> it add much overhead to gtk? (since to you, robustness is the first
> consideration)
No, almost none at all.
The only significant things are some type checks during signal
handling and object slot setting. These typechecks have been made
possible by the finer grained type system and are contained in an
g_assert. That is, they are only there as a debugging aid.
Ah, yes and hashing performance of the type infos migth have suffered,
but I think I can recover that.
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null