Method

GcrPromptset_continue_label

Declaration [src]

void
gcr_prompt_set_continue_label (
  GcrPrompt* prompt,
  const gchar* continue_label
)

Description [src]

Set the label for the continue button.

This is the button that results in a GCR_PROMPT_REPLY_CONTINUE reply from the prompt.

Parameters

continue_label const gchar*
 

The label.

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