chore: update libcosmic & other deps
This commit is contained in:
parent
45c5cee976
commit
ac0b555946
13 changed files with 47 additions and 47 deletions
|
|
@ -12,7 +12,7 @@ mod notifications;
|
|||
use notifications::Notifications;
|
||||
|
||||
fn main() {
|
||||
let _ = libcosmic::init();
|
||||
let _monitors = libcosmic::init();
|
||||
|
||||
// XXX Implement DBus service somewhere other than applet?
|
||||
let notifications = Notifications::new();
|
||||
|
|
|
|||
|
|
@ -170,10 +170,10 @@ impl ObjectImpl for NotificationsInner {
|
|||
static SIGNALS: Lazy<Vec<Signal>> = Lazy::new(|| {
|
||||
vec![
|
||||
Signal::builder("notification-received")
|
||||
.param_types(&[NotificationId::static_type().into()])
|
||||
.param_types(Some(NotificationId::static_type()))
|
||||
.build(),
|
||||
Signal::builder("notification-closed")
|
||||
.param_types(&[NotificationId::static_type().into()])
|
||||
.param_types(Some(NotificationId::static_type()))
|
||||
.build(),
|
||||
]
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue