isMutable

open fun isMutable(): Boolean

Queries if @model is mutable.

An immutable #GMenuModel will never emit the #GMenuModel::items-changed signal. Consumers of the model may make optimisations accordingly.

Return

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

Since

2.32