Re: [ANN] guile-gi v0.0.1 released

2019-06-04 Thread Jan Nieuwenhuizen
Mike Gran writes: Hi! > Both guile-gnome and my hack have two parts > - an introspection layer > - a gobject-to-guile binding > > I had a chat with Wingo at the last FOSDEM, and he thinks the > gobject-to-guile binding could be reused, and that I could just swap > the gwrap GTK+2 introspection la

Re: [ANN] guile-gi v0.0.1 released

2019-06-03 Thread Jan Nieuwenhuizen
Mike Gran writes: Hi! >> I've just noticed test/closures.c -- is that intended for handlers like >> key-press-event; are they different from `clicked'? > > This is me trying to explain to myself how the meta_marshaller was working > in PyGObject, on which much of this code is based. Ah, that mak

Re: [ANN] guile-gi v0.0.1 released

2019-06-02 Thread Jan Nieuwenhuizen
Ludovic Courtès writes: Hi! >> * gnu/packages/guile-xyz.scm (guile-gi): New variable. > > LGTM! > > Guile-GI has the potential to make a lot of people happy. :-) Yes, even if they're mostly developers atm ;-) Pushed to master as bdf2dd797e1e57dab1d504a6e1af783ec5802afd Teaser added to th

Re: [ANN] guile-gi v0.0.1 released

2019-06-02 Thread Ludovic Courtès
Hello! Jan Nieuwenhuizen skribis: > Mike Gran writes: > >> Hello. I am announcing guile-gi v0.0.1. > > Wow, congrats! And thanks! Yay, congrats! > From f4602d57f74cb2690b01fb23638ce2037ccd9105 Mon Sep 17 00:00:00 2001 > From: Jan Nieuwenhuizen > Date: Fri, 31 May 2019 19:47:21 +0200 > Subjec

Re: [ANN] guile-gi v0.0.1 released

2019-06-01 Thread Jan Nieuwenhuizen
Mike Gran writes: > Hello. I am announcing guile-gi v0.0.1. Wow, congrats! And thanks! > guile-gi is a library that autogenerates Guile bindings for GObject > libraries that provide typelib files. I've created a package description for Guix (see attached), with some patches (also attached). H