MountOperation.addOnAskPassword

Emitted when a mount operation asks the user for a password.

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
addOnAskPassword
(
void delegate
(
string
,
string
,
string
,,)
dlg
,
ConnectFlags connectFlags = cast(ConnectFlags)0
)