pulseaudio/vala
Corentin Noël 94f32ebfcd vala: use the correct syntax
Constants should be declared simply with "const". With struct members,
"static" means that all struct instances share the same variable, i.e.
all instances always see the same value. That's of course already
implied in the concept of "constant". Newer Vala versions don't allow
mixing "const" and "static".
2017-01-19 03:00:45 +02:00
..
libpulse-mainloop-glib.deps
libpulse-mainloop-glib.vapi
libpulse-simple.deps
libpulse-simple.vapi
libpulse.deps
libpulse.vapi