Signal

GtkFileChooserWidget::recent-shortcut

Declaration

void
recent_shortcut (
  GtkFileChooserWidget* self,
  gpointer user_data
)

Description [src]

The ::recent-shortcut signal is a [keybinding signal][GtkBindingSignal] which gets emitted when the user asks for it.

This is used to make the file chooser show the Recent location.

The default binding for this signal is Alt + R.

Default handler:

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

Signal can be directly emitted on objects from user code