Re: [Vala] Purple.CoreUiOps

2012-02-24 Thread Tal Hadad
Shouldn't compact class install a default constructor when no constructor was provided by user? I don't think so, because it's only a VAPI wrapper. But if it so bugging you, you can decelerate new methods(and I think that also constructs) in the binding. Besides, what's the difference

[Vala] [PATCH] enum: foreach capability

2012-02-24 Thread Sebastian Reichel
Hi, Please consider applying the attached patch. It adds support for using foreach with enums like this (and closes #624691): foreach (Enum e in Enum.all_values) { stdout.printf (%s\n, e.to_string ()); } -- Sebastian From f12ba46d78d1b3f448f8ef502b4bce970eced20f Mon Sep 17 00:00:00 2001