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 vala: move GLibMainLoop class into separate file to fix linker errors 2011-03-26 11:26:57 +00:00
libpulse-mainloop-glib.vapi vala: move GLibMainLoop class into separate file to fix linker errors 2011-03-26 11:26:57 +00:00
libpulse-simple.deps vala: Add bindings for libpulse-simple 2014-04-17 15:28:24 +03:00
libpulse-simple.vapi update FSF addresses to FSF web page 2015-01-14 22:20:40 +02:00
libpulse.deps vala: Some bugfixes for the vala bindings 2011-03-24 21:43:29 +00:00
libpulse.vapi vala: use the correct syntax 2017-01-19 03:00:45 +02:00