Method

GcrPromptget_cancel_label

Declaration [src]

gchar*
gcr_prompt_get_cancel_label (
  GcrPrompt* prompt
)

Description [src]

Get the label for the cancel button.

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

Return value

Returns: gchar*
 

A newly allocated string containing the label.

 The caller of the method takes ownership of the data, and is responsible for freeing it.
 The value is a NUL terminated UTF-8 string.