From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Newsgroups: gmane.lisp.guile.devel Subject: More detailed examples of ffi Date: Thu, 3 Mar 2011 14:30:26 -0500 Message-ID: <20110303193026.M80VQ.5591.root@cdptpa-web14-z01> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1299180639 11235 80.91.229.12 (3 Mar 2011 19:30:39 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 3 Mar 2011 19:30:39 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Thu Mar 03 20:30:35 2011 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PvEEN-0006jV-Md for guile-devel@m.gmane.org; Thu, 03 Mar 2011 20:30:35 +0100 Original-Received: from localhost ([127.0.0.1]:40442 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvEEN-00082Y-2s for guile-devel@m.gmane.org; Thu, 03 Mar 2011 14:30:35 -0500 Original-Received: from [140.186.70.92] (port=44204 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PvEEK-00081F-5C for guile-devel@gnu.org; Thu, 03 Mar 2011 14:30:32 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PvEEI-00028a-9P for guile-devel@gnu.org; Thu, 03 Mar 2011 14:30:32 -0500 Original-Received: from cdptpa-omtalb.mail.rr.com ([75.180.132.120]:46565) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PvEEI-000288-6S for guile-devel@gnu.org; Thu, 03 Mar 2011 14:30:30 -0500 Authentication-Results: cdptpa-omtalb.mail.rr.com smtp.user=dsmich@roadrunner.com; auth=pass (LOGIN) X-Authority-Analysis: v=1.1 cv=pepdxKapwHuwCZNFD5uob2wvham6E+RljB0uXw08FdQ= c=1 sm=0 a=o4IjflPU7ewA:10 a=IkcTkHD0fZMA:10 a=Rm-ALEAPG9001PMOxtwA:9 a=GymGMBxVT95zess6c7y3aFXdLW0A:4 a=QEXdDO2ut3YA:10 a=XdO4N0R2zuzWqvAWBIpzDw==:117 X-Cloudmark-Score: 0 Original-Received: from [10.127.132.105] ([10.127.132.105:39179] helo=cdptpa-web14-z01) by cdptpa-oedge03.mail.rr.com (envelope-from ) (ecelerity 2.2.3.46 r()) with ESMTPA id 07/03-19545-25CEF6D4; Thu, 03 Mar 2011 19:30:26 +0000 X-Priority: 3 (Normal) Sensitivity: Normal X-Originating-IP: X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 75.180.132.120 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:11761 Archived-At: Greetings Guilers! The other day, aidalgol and I were chatting on irc about the new ffi. The question came up about how to define and access nested structures. I couldn't tell from reading the manual if it can be done. Could some more complex examples be put in the manual that more fully exposes the capabilities of the ffi? Thanks! -Dale