[pulseaudio-tickets] [Bug 40290] Vala Bindings cause errors

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 23 21:36:50 PDT 2011


https://bugs.freedesktop.org/show_bug.cgi?id=40290

--- Comment #3 from Arun Raghavan <arun at accosted.net> 2011-08-23 21:36:50 PDT ---
The failure occurs because to_string() is generated with the assumption that
the enum is a GEnum. We either need to add a manual to_string override for all
enums (which is doable, just painful), or you need to do the switch-case
yourself.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the pulseaudio-bugs mailing list