RecentChooser.connectSelectionChanged
gulong connectSelectionChanged(T)(T callback, Flag!"After" after = No.After)Connect to SelectionChanged signal.
This signal is emitted when there is a change in the set of selected recently used resources. This can happen when a user modifies the selection with the mouse or the keyboard, or when explicitly calling functions to change the selection.
Parameters
callback | signal callback delegate or function to connect void callback(gtk.recent_chooser.RecentChooser recentChooser) recentChooser the instance the signal is connected to (optional) |
after | Yes.After to execute callback after default handler, No.After to execute before (default) |
Returns
Signal ID