Signal

GtkPlacesSidebar::show-error-message

since: 3.10

Declaration

void
show_error_message (
  GtkPlacesSidebar* self,
  gchar* primary,
  gchar* secondary,
  gpointer user_data
)

Description [src]

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.

Default handler:

The default handler is called before the handlers added via g_signal_connect().

Available since: 3.10

Parameters

primary

Type: gchar*

Primary message with a summary of the error to show.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
secondary

Type: gchar*

Secondary message with details of the error to show.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.