We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0255635 commit 69519eaCopy full SHA for 69519ea
1 file changed
server/src/service.rs
@@ -278,19 +278,19 @@ impl Service {
278
#[zbus(signal, name = "CollectionCreated")]
279
async fn collection_created(
280
signal_emitter: &SignalEmitter<'_>,
281
- collection: OwnedObjectPath,
+ collection: &ObjectPath<'_>,
282
) -> zbus::Result<()>;
283
284
#[zbus(signal, name = "CollectionDeleted")]
285
async fn collection_deleted(
286
287
288
289
290
#[zbus(signal, name = "CollectionChanged")]
291
pub async fn collection_changed(
292
293
- collection: &OwnedObjectPath,
294
295
}
296
0 commit comments