is_mutable


Description:

public virtual bool is_mutable ()

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

a MenuModel

Returns:

true if the model is mutable (ie: "items-changed" may be emitted).