prompt


Description:

public signal void prompt (int prompt_id, string? type, string? title, string? primary_text, string? secondary_text, bool use_markup, string[]? button_captions)

Parameters:

prompt_id

the id of the prompt

type

type of the prompt; can be null

title

window title of the prompt; can be null

primary_text

primary text of the prompt; can be null

secondary_text

secondary text of the prompt; can be null

use_markup

whether both texts are with markup

button_captions

captions of buttons to use in the message; can be null