Userland: Use snake case names in .ipc files

This updates all .ipc files to have snake case names for IPC methods.
This commit is contained in:
Gunnar Beutner 2021-05-03 15:52:56 +02:00 committed by Andreas Kling
commit 9e22e9ce88
Notes: sideshowbarker 2024-07-18 18:44:24 +09:00
36 changed files with 296 additions and 287 deletions

View file

@ -1,4 +1,4 @@
endpoint NotificationClient
{
Dummy() =|
dummy() =|
}