Skip to content

Commit

Permalink
fix: access interface
Browse files Browse the repository at this point in the history
  • Loading branch information
Decodetalkers committed Oct 6, 2023
1 parent f8e6504 commit c9b15b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/access.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::collections::HashMap;

use zbus::{
dbus_interface, fdo,
zvariant::{OwnedValue, Value},
zvariant::{ObjectPath, OwnedValue, Value},
};

use crate::PortalResponse;
Expand All @@ -12,8 +12,10 @@ pub struct AccessBackend;

#[dbus_interface(name = "org.freedesktop.impl.portal.Access")]
impl AccessBackend {
#[allow(clippy::too_many_arguments)]
async fn access_dialog(
&self,
_request_handle: ObjectPath<'_>,
_app_id: String,
_parrent_window: String,
_title: String,
Expand Down

0 comments on commit c9b15b8

Please sign in to comment.