MountOperation.addOnAskQuestion

Emitted when asking the user a question and gives a list of choices for the user to choose from.

If the message contains a line break, the first line should be presented as a heading. For example, it may be used as the primary text in a gtk.MessageDialog

class MountOperation
gulong
addOnAskQuestion
(
void delegate
(
string
,
string[]
,)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)