Gcr.Prompt.prototype.get_title
function get_title(): String { // Gjs wrapper for gcr_prompt_get_title() }
Gets the title of the prompt.
A prompt implementation may choose not to display the prompt title. The prompt message should contain relevant information.
- Returns
a newly allocated string containing the prompt title.