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

notify

Function notify 

Source
pub fn notify(
    summary: &str,
    body: &str,
    urgency: NotificationUrgency,
    app_name: &str,
) -> u32
Expand description

Convenience: post a notification from anywhere in the kernel.