Gcr.Prompt.prototype.set_description

function set_description(description: String): void {
    // Gjs wrapper for gcr_prompt_set_description()
}
  

Set the detailed description of the prompt.

A prompt implementation may choose not to display this detailed description. Use Gcr.Prompt.prototype.set_message to set a general message containing relevant information.

description

the detailed description