MenuModel.isMutable

Queries if model is mutable. An immutable GMenuModel will never emit the "items-changed" signal. Consumers of the model may make optimisations accordingly. Since 2.32

class MenuModel
int
isMutable
()

Return Value

Type: int

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

Meta