Initial code for supporting notifications
DBus daemon code; needs testing, and connection to UI.
This commit is contained in:
parent
4c070c4d41
commit
cf94792f12
3 changed files with 169 additions and 0 deletions
|
|
@ -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) {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue