polkit_authority_get_async
polkit_authority_get_finish
polkit_authority_get_sync
+polkit_authority_get
polkit_authority_get_owner
polkit_authority_get_backend_name
polkit_authority_get_backend_version
polkit_unix_process_get_start_time
polkit_unix_process_set_uid
polkit_unix_process_get_uid
+polkit_unix_process_get_owner
<SUBSECTION Standard>
PolkitUnixProcessClass
POLKIT_UNIX_PROCESS
polkit_agent_listener_register
polkit_agent_listener_register_with_options
polkit_agent_listener_unregister
+polkit_agent_register_listener
<SUBSECTION Standard>
POLKIT_AGENT_LISTENER
POLKIT_AGENT_IS_LISTENER
}
/* deprecated public method */
+/**
+ * polkit_unix_process_get_owner:
+ * @process: A #PolkitUnixProcess.
+ * @error: Return location for error.
+ *
+ * (deprecated)
+ */
gint
polkit_unix_process_get_owner (PolkitUnixProcess *process,
GError **error)
server_free (server);
}
+/**
+ * polkit_agent_register_listener:
+ * @listener: A #PolkitAgentListener.
+ * @subject: The subject to become an authentication agent for, typically a #PolkitUnixSession object.
+ * @object_path: The D-Bus object path to use for the authentication agent or %NULL for the default object path.
+ * @error: Return location for error.
+ *
+ * (deprecated)
+ */
gboolean
polkit_agent_register_listener (PolkitAgentListener *listener,
PolkitSubject *subject,