summaryrefslogtreecommitdiff
path: root/Userland/Services/NotificationServer/NotificationServer.ipc
blob: e342ebf2d39e6427b014e8e59d87a4cb16f01486 (plain)
1
2
3
4
5
6
7
endpoint NotificationServer = 95
{
    // Basic protocol
    Greet() => (i32 client_id)

    ShowNotification([UTF8] String text, [UTF8] String title, Gfx::ShareableBitmap icon) => ()
}