show_error_message
Description:
[ Version ( since = "3.10" ) ]
public signal void show_error_message (string primary, string secondary)
public signal void show_error_message (string primary, string secondary)
The places sidebar emits this signal when it needs the calling application to present an error message.
Most of these messages refer to mounting or unmounting media, for example, when a drive cannot be started for some reason.
Parameters:
primary |
primary message with a summary of the error to show. |
secondary |
secondary message with details of the error to show. |