Initial code for supporting notifications

DBus daemon code; needs testing, and connection to UI.
This commit is contained in:
Ian Douglas Scott 2021-09-01 15:33:59 -07:00 committed by Ian Douglas Scott
parent 4c070c4d41
commit cf94792f12
3 changed files with 169 additions and 0 deletions

View file

@ -102,4 +102,5 @@ fn name_acquired(connection: gio::DBusConnection, _name: &str) {
eprintln!("Failed to register object: {}", err);
}
}
fn name_lost(_connection: Option<gio::DBusConnection>, _name: &str) {}