Method

GcrPromptset_caller_window

Declaration [src]

void
gcr_prompt_set_caller_window (
  GcrPrompt* prompt,
  const gchar* window_id
)

Description [src]

Set 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.

Parameters

window_id const gchar*
 

The window id.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.