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]

guile-gobject-0.5.1 released


Hi all,

I've just put up a new guile-gobject release at
http://ambient.2y.net/wingo/tmp/guile-gobject-0.5.1.tar.gz. I've been
using it quite a bit in my gstreamer bindings, available as gst-guile in
gstreamer cvs. This release is focused on improving stability and
robustness of the generated bindings.

Specific changes include:

    - changes in defs support
    - always ref objects returned unless (caller-owns-return #t)
      is present in the defs
    - don't allow NULL values unless (null-ok) is present in the
      defs parameter specification
   - gobject.scm
    - better enum support in make-value-from-scm
    - make objects of the proper type in gvalue->scm
 
Please test, etc. I have not worked at all on the GTK side of things --
if anyone would like to take a task from the GTK todo (more tasks in the
-overrides file) that would be great, especially wrappers around the
treeview and textview.

regards,

wingo.


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