From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18159 invoked by alias); 2 Jun 2003 10:42:27 -0000 Mailing-List: contact guile-gtk-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: guile-gtk-owner@sources.redhat.com Received: (qmail 17946 invoked from network); 2 Jun 2003 10:42:19 -0000 Received: from unknown (HELO imf22bis.bellsouth.net) (205.152.58.62) by sources.redhat.com with SMTP; 2 Jun 2003 10:42:19 -0000 Received: from fridge ([68.154.193.135]) by imf22bis.bellsouth.net (InterMail vM.5.01.04.25 201-253-122-122-125-20020815) with ESMTP id <20030602104433.BTCI24174.imf22bis.bellsouth.net@fridge> for ; Mon, 2 Jun 2003 06:44:33 -0400 Received: from lark (mantis.schoolnet.na [::ffff:196.44.140.238]) (AUTH: LOGIN wingo) by fridge with esmtp; Mon, 02 Jun 2003 06:42:06 -0400 Received: from wingo by lark with local (Exim 3.36 #1 (Debian)) id 19MmXc-0003Sr-00 for ; Mon, 02 Jun 2003 11:27:48 +0100 Date: Mon, 02 Jun 2003 10:42:00 -0000 From: Andy Wingo To: guile-gtk@sources.redhat.com Subject: guile-gobject-0.5.1 released Message-ID: <20030602102748.GB13132@lark> Mail-Followup-To: guile-gtk@sources.redhat.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Operating-System: Linux lark 2.4.20-1-686 User-Agent: Mutt/1.5.4i X-SW-Source: 2003-q2/txt/msg00129.txt.bz2 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.