Functions¶
|
Details¶
- PolkitAgent.register_listener(listener, subject, object_path)¶
- Parameters:
listener (
PolkitAgent.Listener
) – APolkitAgent.Listener
.subject (
Polkit.Subject
) – The subject to become an authentication agent for, typically aPolkit.UnixSession
object.object_path (
str
) – The D-Bus object path to use for the authentication agent orNone
for the default object path.
- Raises:
- Return type:
(deprecated)