From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4950 invoked by alias); 19 Sep 2003 00:19:12 -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 4938 invoked from network); 19 Sep 2003 00:19:11 -0000 Received: from unknown (HELO snoopy.pacific.net.au) (61.8.0.36) by sources.redhat.com with SMTP; 19 Sep 2003 00:19:11 -0000 Received: from mongrel.pacific.net.au (mongrel.pacific.net.au [61.8.0.107]) by snoopy.pacific.net.au (8.12.3/8.12.3/Debian-6.4) with ESMTP id h8J0JABt017103 for ; Fri, 19 Sep 2003 10:19:10 +1000 Received: from localhost (ppp113.dyn228.pacific.net.au [203.143.228.113]) by mongrel.pacific.net.au (8.12.3/8.12.3/Debian-6.4) with ESMTP id h8J0Gvxd014238 for ; Fri, 19 Sep 2003 10:16:57 +1000 Received: from gg by localhost with local (Exim 3.35 #1 (Debian)) id 1A08zI-0000Xm-00; Fri, 19 Sep 2003 10:19:04 +1000 To: guile-gtk@sources.redhat.com Subject: Re: Compiling guile-gobject experiences References: <87ptjornbn.fsf@alice.rotty.yi.org> <20030804162116.GA1217@lark> <871xulk3v7.fsf@zip.com.au> <87pti4n9jq.fsf@zagadka.ping.de> From: Kevin Ryde Mail-Copies-To: never Date: Fri, 19 Sep 2003 00:19:00 -0000 Message-ID: <87d6dx3a14.fsf@zip.com.au> User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-q3/txt/msg00083.txt.bz2 Marius Vollmer writes: > > There are already libraries out there for this. I think "libffi" and > "libffcall" would be the search terms. Looks good. A wrapped function might be able to be an apply-able smob with a pointer to the C func and some bits and bytes saying what its arguments are like.