Method

GcrPromptget_title

Declaration [src]

gchar*
gcr_prompt_get_title (
  GcrPrompt* prompt
)

Description [src]

Gets the title of the prompt.

A prompt implementation may choose not to display the prompt title. The prompt message should contain relevant information.

Gets propertyGcr.Prompt:title

Return value

Returns: gchar*
 

A newly allocated string containing the prompt title.

 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.