| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Libpulse's vala bindings don't specify that callbacks passed into some of its functions (e.g., get_server_info) can be called after the function returns. Vala thus frees closure data after these functions return.
This can't easily be fixed in the bindings, because libpulse doesn't provide variants of these functions with destroy_notifies.
This patch works around this problem by only passing non-closure functions into libpulse. Fixes: https://bugs.launchpad.net/bugs/1244386.
Approved by Charles Kerr, PS Jenkins bot.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Libpulse's vala bindings don't specify that callbacks passed into some of its
functions (e.g., get_server_info) can be called after the function returns.
Vala thus frees closure data after these functions return.
This can't easily be fixed in the bindings, because libpulse doesn't provide
variants of these functions with destroy_notifies.
This patch works around this problem by only passing non-closure functions into
libpulse.
|
|/ |
|
| |
|
| |
|
|
|
|
|
| |
And bind it to the "enabled" properties of the volume and mute actions.
|
|
The VolumeControl class originated in the phablet branch of this indicator.
|