mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-12 09:57:00 +02:00
The client ID is not useful to normal clients anymore, so stop telling everyone what their ID is.
8 lines
173 B
Plaintext
8 lines
173 B
Plaintext
endpoint NotificationServer = 95
|
|
{
|
|
// Basic protocol
|
|
Greet() => ()
|
|
|
|
ShowNotification([UTF8] String text, [UTF8] String title, Gfx::ShareableBitmap icon) => ()
|
|
}
|