Re: [Vala] Knowing when a terminal command is done

2013-04-15 Thread Timo Kluck
Look into g_child_watch_add: https://developer.gnome.org/glib/stable/glib-The-Main-Event-Loop.html#g-child-watch-add 2013/4/15 Christian Capasso : > Hi, > > I'm working with some terminal commands, that I call using > "Process.spawn_command_line_async": how can I know when these commands are > co

Re: [Vala] feature request + proposed patch: infer enum scope from expected type

2012-06-27 Thread Timo Kluck
Dear vala-list, I was wondering if anyone has had time to consider this patch [1] to Vala I submitted a while ago? It's a feature I would love to have as a part of the language. Regards, Timo [1] https://bugzilla.gnome.org/show_bug.cgi?id=666035 2011/12/13 Timo Kluck : > Dear vala-de

Re: [Vala] SQLHeavy memory leak?

2012-06-24 Thread Timo Kluck
2012/3/22 ant > It works very well, but I have a catastrophic memory leak. Hunting the > problem down, it seems to be SQLHeavy.Query that is the culprit. > > In an attempt to distill the problem to its essentials, I crufted up > the attached program; it's nonsense in that all it does is create lot

Re: [Vala] Compilation error using XClientMessageEvent

2012-01-13 Thread Timo Kluck
The fact that the union is anonymous is beyond vala's control. Does copying the entire ClientMessageEvent work for you? Timo Kluck ___ vala-list mailing list vala-list@gnome.org http://mail.gnome.org/mailman/listinfo/vala-list

[Vala] feature request + proposed patch: infer enum scope from expected type

2011-12-12 Thread Timo Kluck
ever, the case of flags has to change the way that the operators | and & use their target value. I cannot really oversee whether this will give new problems. I'd love to hear your feedback! Best regards, Timo Kluck ( I sent this from the wrong e-mail address earlier, so it got held. I&#x