ask_password
Description:
public virtual signal void ask_password (string message, string default_user, string default_domain, AskPasswordFlags flags)
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
GtkMessageDialog.
Parameters:
| message |
string containing a message to display to the user. |
| default_user |
string containing the default user name. |
| default_domain |
string containing the default domain. |
| flags |
a set of AskPasswordFlags. |