Top |
guint | delay | Read / Write / Construct Only |
gboolean | use-alternate-buffer | Read / Write / Construct Only |
gboolean | use-color | Read / Write / Construct Only |
PolkitAgentTextListener is an PolkitAgentListener implementation that interacts with the user using a textual interface.
PolkitAgentListener * polkit_agent_text_listener_new (GCancellable *cancellable
,GError **error
);
Creates a new PolkitAgentTextListener for authenticating the user
via an textual interface on the controlling terminal
(e.g. /dev/tty
). This can fail if e.g. the
current process has no controlling terminal.
A PolkitAgentTextListener or NULL
if error
is set. Free with g_object_unref()
when done with it.
typedef struct _PolkitAgentTextListener PolkitAgentTextListener;
The PolkitAgentTextListener struct should not be accessed directly.
“delay”
property “delay” guint
Owner: PolkitAgentTextListener
Flags: Read / Write / Construct Only
Default value: 1
“use-alternate-buffer”
property “use-alternate-buffer” gboolean
Owner: PolkitAgentTextListener
Flags: Read / Write / Construct Only
Default value: FALSE
“tty-attrs-changed”
signalvoid user_function (PolkitAgentTextListener *polkitagenttextlistener, gboolean arg1, gpointer user_data)
Flags: No Hooks