1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 13:28:11 +00:00
serenity/Userland/Services/NotificationServer/NotificationServer.ipc
2021-01-12 12:23:01 +01:00

7 lines
186 B
Text

endpoint NotificationServer = 95
{
// Basic protocol
Greet() => (i32 client_id)
ShowNotification([UTF8] String text, [UTF8] String title, Gfx::ShareableBitmap icon) => ()
}