Signal

GtkFileChooser::file-activated

Declaration

void
file_activated (
  GtkFileChooser* self,
  gpointer user_data
)

Description [src]

This signal is emitted when the user “activates” a file in the file chooser. This can happen by double-clicking on a file in the file list, or by pressing Enter.

Normally you do not need to connect to this signal. It is used internally by GtkFileChooserDialog to know when to activate the default button in the dialog.

See also: gtk_file_chooser_get_filename(), gtk_file_chooser_get_filenames(), gtk_file_chooser_get_uri(), gtk_file_chooser_get_uris().

Default handler:

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