[Vala] Openssl vapi

2012-09-19 Thread Shawn Ferris
Hi All -- I started a vapi for openssl. I have no previous experience with openssl so I'm not sure I'm anywhere close to a sane implementation, even though it seems to be working. I was wondering if someone could critique it, suggest improvements, etc. I am getting compile warnings, so I definitel

[Vala] Rv: C to Vala

2012-09-19 Thread Mario Daniel Ruiz Saavedra
I'll resend this, hoping for an answer :D - Mensaje reenviado - De: Mario Daniel Ruiz Saavedra Para: Vala List CC: Enviado: Viernes, 17 de agosto, 2012 0:28:58 Asunto: C to Vala Is it possible that, having a program written in C, making full use of GLib, a conversion from c to vala

[Vala] FileStream not closed after going out of scope

2012-09-19 Thread tomw
Hi, spawning a process and reading the returned pipe in a method like: ... int input; int output; int error; Pid child_pid; bool res = Process.spawn_async_with_pipes (null, runme,