is_mutable
Description:
Queries if this is mutable.
An immutable MenuModel will never emit the items_changed signal. Consumers of the model may make optimisations accordingly.
Parameters:
| this |
Returns:
|
true if the model is mutable (ie: "items-changed" may be emitted). |