WebKit2.BackForwardList::changed
connect('changed', function (backForwardList, item_added: WebKit2.BackForwardListItem, items_removed: void, ): void);
This signal is emitted when @back_forward_list changes. This happens when the current item is updated, a new item is added or one or more items are removed. Note that both item_added and items_removed can null when only the current item is updated. Items are only removed when the list is cleared or the maximum items limit is reached.
- backForwardList
instance of WebKit2.BackForwardList that is emitting the signal
- item_added
the WebKit2.BackForwardListItem added or null
- items_removed
a GLib.List of WebKit2.BackForwardListItem<!-- -->s