Interface

Gtk-3.0GtkRecentChooserSignalSignatures

interface SignalSignatures {
    "item-activated": () => void;
    "selection-changed": () => void;
}

Hierarchy (View Summary)

Index
"item-activated": () => void

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.

2.10

"selection-changed": () => void

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.

2.10