docs: fix backend_session_logind
This commit is contained in:
parent
36b265400a
commit
2bc45d4053
|
@ -114,6 +114,7 @@ impl AutoSession {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// Tries to create a new session via the best available interface.
|
||||||
#[cfg(not(feature = "backend_session_logind"))]
|
#[cfg(not(feature = "backend_session_logind"))]
|
||||||
pub fn new<L>(logger: L) -> Option<(AutoSession, AutoSessionNotifier)>
|
pub fn new<L>(logger: L) -> Option<(AutoSession, AutoSessionNotifier)>
|
||||||
where
|
where
|
||||||
|
|
Loading…
Reference in New Issue