MenuModel.itemsChanged

Requests emission of the items-changed signal on model.

This function should never be called except by gio.MenuModel subclasses. Any other calls to this function will very likely lead to a violation of the interface of the model.

The implementation should update its internal representation of the menu before emitting the signal. The implementation should further expect to receive queries about the new state of the menu (and particularly added menu items) while signal handlers are running.

The implementation must dispatch this call directly from a mainloop entry and not in response to calls -- particularly those from the gio.MenuModel API. Said another way: the menu must not change while user code is running without returning to the mainloop.

class MenuModel
void
itemsChanged
(,,
int added
)

Parameters

position int

the position of the change

removed int

the number of items removed

added int

the number of items added

Meta

Since

2.32