mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-05 06:32:30 +02:00
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:
committed by
Andreas Kling
parent
eb21aa65d1
commit
9e22e9ce88
Notes:
sideshowbarker
2024-07-18 18:44:24 +09:00
Author: https://github.com/gunnarbeutner Commit: https://github.com/SerenityOS/serenity/commit/9e22e9ce88d
@@ -1,6 +1,6 @@
|
||||
endpoint ImageDecoderServer
|
||||
{
|
||||
Greet() => ()
|
||||
greet() => ()
|
||||
|
||||
DecodeImage(Core::AnonymousBuffer data) => (bool is_animated, u32 loop_count, Vector<Gfx::ShareableBitmap> bitmaps, Vector<u32> durations)
|
||||
decode_image(Core::AnonymousBuffer data) => (bool is_animated, u32 loop_count, Vector<Gfx::ShareableBitmap> bitmaps, Vector<u32> durations)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user