Property

GcrPrompt:caller-window

since: 4

Declaration

property caller-window: utf8 [ read, write, construct ]

Description [src]

The string handle of the caller’s window.

The caller window indicates to the prompt which window is prompting the user. The prompt may choose to ignore this information or use it in whatever way it sees fit.

In X11, this will be a stringified version of the XWindow handle; in Wayland this is the result of an export using the XDG foreign protocol.

Type: gchar*
Available since:4
Default valueNULL
Getter methodgcr_prompt_get_caller_window()
Setter methodgcr_prompt_set_caller_window()

Flags

Readableyes
Writableyes
Constructyes
Construct onlyno