PolkitAgentTextListener

PolkitAgentTextListener — Text-based Authentication Agent

Stability Level

Unstable, unless otherwise indicated

Functions

Properties

guint delay Read / Write / Construct Only
gboolean use-alternate-buffer Read / Write / Construct Only
gboolean use-color Read / Write / Construct Only

Signals

Types and Values

Object Hierarchy

    GObject
    ╰── PolkitAgentListener
        ╰── PolkitAgentTextListener

Implemented Interfaces

PolkitAgentTextListener implements GInitable.

Description

PolkitAgentTextListener is an PolkitAgentListener implementation that interacts with the user using a textual interface.

Functions

polkit_agent_text_listener_new ()

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.

Parameters

cancellable

A GCancellable or NULL.

 

error

Return location for error or NULL.

 

Returns

A PolkitAgentTextListener or NULL if error is set. Free with g_object_unref() when done with it.

Types and Values

PolkitAgentTextListener

typedef struct _PolkitAgentTextListener PolkitAgentTextListener;

The PolkitAgentTextListener struct should not be accessed directly.

Property Details

The “delay” property

  “delay”                    guint

Owner: PolkitAgentTextListener

Flags: Read / Write / Construct Only

Default value: 1


The “use-alternate-buffer” property

  “use-alternate-buffer”     gboolean

Owner: PolkitAgentTextListener

Flags: Read / Write / Construct Only

Default value: FALSE


The “use-color” property

  “use-color”                gboolean

Owner: PolkitAgentTextListener

Flags: Read / Write / Construct Only

Default value: TRUE

Signal Details

The “tty-attrs-changed” signal

void
user_function (PolkitAgentTextListener *polkitagenttextlistener,
               gboolean                 arg1,
               gpointer                 user_data)

Flags: No Hooks