mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-24 02:03:06 -05:00
9e22e9ce88
This updates all .ipc files to have snake case names for IPC methods.
6 lines
153 B
Text
6 lines
153 B
Text
endpoint AudioClient
|
|
{
|
|
finished_playing_buffer(i32 buffer_id) =|
|
|
muted_state_changed(bool muted) =|
|
|
main_mix_volume_changed(i32 volume) =|
|
|
}
|