API Version: 2.0
Library Version: 2.72
gboolean g_menu_model_is_mutable ( GMenuModel* model )
Queries if model is mutable.
model
An immutable GMenuModel will never emit the GMenuModel::items-changed signal. Consumers of the model may make optimisations accordingly.
GMenuModel
GMenuModel::items-changed
gboolean
TRUE if the model is mutable (ie: “items-changed” may be emitted).
TRUE