[Vala] Reflection : getting values in Gee.Collection

2016-04-09 Thread Baptiste Gelez
Hello everyone ! I would like to retrieve any property of an object. I presently use this code : HashMap result = new HashMap (); foreach (ParamSpec spec in obj.get_class ().list_properties ()) { GLib.Value val = GLib.Value (typeof (string));

Re: [Vala] Reflection : getting values in Gee.Collection

2016-04-10 Thread Baptiste Gelez
me of an Object in your HasMap, then you will want to create an instance with this name? On Sun, Apr 10, 2016 at 04:32 Baptiste Gelez <gelezbapti...@openmailbox.org> wrote: Le 2016-04-09 20:46, Daniel Espinosa a écrit : May you can use HashMap<string,Value?>() Value? Ma

Re: [Vala] Reflection : getting values in Gee.Collection

2016-04-10 Thread Baptiste Gelez
Le 2016-04-09 20:46, Daniel Espinosa a écrit : May you can use HashMap<string,Value?>() Value? Makes boxed any value supported by GLib.Value, almost any value, from basic like int to GLib.Object, any any struct if it is properly boxed. El abr. 9, 2016 12:11 PM, "Baptiste Gelez&q

Re: [Vala] The future of Vala

2016-09-11 Thread Baptiste Gelez
Le 2016-09-10 23:58, Evan Nemerson a écrit : On Sat, 2016-09-10 at 21:22 +, Ben Iofel wrote: Sounds awesome. Even if we don't move to github, we should still allow people to submit pull requests on the mirror (https://github.com/gnome/vala) I completely disagree.  There should be one

[Vala] Libsoup websockets

2016-09-21 Thread Baptiste Gelez
Hi everyone, I'm creating a little app that should be able to communicate with other processes (both sending and receiving messages). I first tried to do it by launching child processes and sending/receving messages with stdout/stdin. But I didn't find how to receive a signal when the child

Re: [Vala] Libsoup websockets

2016-09-21 Thread Baptiste Gelez
Le 2016-09-21 15:29, Guillaume Poirier-Morency a écrit : Le mercredi 21 septembre 2016 à 15:21 +0100, Baptiste Gelez a écrit : Hi everyone, I'm creating a little app that should be able to communicate with other  processes (both sending and receiving messages). I first tried to do

[Vala] poulp, a packages and project manager for Vala

2016-11-25 Thread Baptiste Gelez
Hi everyone ! As you may know, SkyzohKey and I are developing a little tool named poulp. It is like npm, but for Vala. The development is done on Framagit: https://framagit.org/valse/poulp I have made a first release of the project, to let you test it and help us improving it. To install