pub fn notify(
summary: &str,
body: &str,
urgency: NotificationUrgency,
app_name: &str,
) -> u32Expand description
Convenience: post a notification from anywhere in the kernel.
pub fn notify(
summary: &str,
body: &str,
urgency: NotificationUrgency,
app_name: &str,
) -> u32Convenience: post a notification from anywhere in the kernel.