mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
9e22e9ce88
This updates all .ipc files to have snake case names for IPC methods.
7 lines
153 B
Plaintext
7 lines
153 B
Plaintext
endpoint AudioClient
|
|
{
|
|
finished_playing_buffer(i32 buffer_id) =|
|
|
muted_state_changed(bool muted) =|
|
|
main_mix_volume_changed(i32 volume) =|
|
|
}
|