macro_rules! register_notification {
($plugin:expr, $notification:ident) => { ... };
}Expand description
register_notification - give the possibility to register a notification
macro_rules! register_notification {
($plugin:expr, $notification:ident) => { ... };
}register_notification - give the possibility to register a notification