mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
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". |
||
|---|---|---|
| .. | ||
| libpulse-mainloop-glib.deps | ||
| libpulse-mainloop-glib.vapi | ||
| libpulse-simple.deps | ||
| libpulse-simple.vapi | ||
| libpulse.deps | ||
| libpulse.vapi | ||