Skip to content

Commit

Permalink
fix: use proxy instead of dbus_proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumyaRanjanPatnaik committed Nov 16, 2024
1 parent 00c3fab commit cf332c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/logind.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use zbus::blocking::Connection;
use zbus::zvariant::OwnedFd;
use zbus::{dbus_proxy, Result};
use zbus::{proxy, Result};

#[dbus_proxy(
#[proxy(
interface = "org.freedesktop.login1.Manager",
default_service = "org.freedesktop.login1",
default_path = "/org/freedesktop/login1"
Expand Down

0 comments on commit cf332c0

Please sign in to comment.