RecentChooser.connectItemActivated

gulong connectItemActivated(T)(T callback, Flag!"After" after = No.After)

Connect to ItemActivated signal.

This signal is emitted when the user "activates" a recent item in the recent chooser. This can happen by double-clicking on an item in the recently used resources list, or by pressing Enter.

Parameters

callbacksignal callback delegate or function to connect void callback(gtk.recent_chooser.RecentChooser recentChooser) recentChooser the instance the signal is connected to (optional)
afterYes.After to execute callback after default handler, No.After to execute before (default)

Returns

Signal ID