⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

Module notification_ipc

Module notification_ipc 

Source
Expand description

Notification IPC Service

Provides an IPC endpoint for desktop notification delivery. User-space applications send notification messages to the well-known notification endpoint, and this service dispatches them to the desktop notification manager for rendering as toast popups.

Structs§

NotificationIpcServer
Notification IPC server that handles incoming notification messages and dispatches them to the desktop notification manager.
NotificationMessage
A notification IPC message sent from user-space to the notification service.

Enums§

NotificationMessageType
Type of notification IPC message.

Functions§

init
Initialize the notification IPC service.
is_initialized
Check whether the notification IPC service has been initialized.