Gio.MenuModel::is_mutable

function vfunc_is_mutable(): Boolean {
}
  

Queries if model is mutable.

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

Since 2.32

Returns

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