Method

GcrPromptget_choice_label

Declaration [src]

gchar*
gcr_prompt_get_choice_label (
  GcrPrompt* prompt
)

Description [src]

Get the label for the additional choice.

This will be NULL if no additional choice is being displayed.

Return value

Returns: gchar*
 

A newly allocated string containing the additional choice or NULL.

 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.