Handbook
Glossary
g_menu_model_items_changed ( menu_model position removed added -- )
Vocabulary
gio
.
ffi
Inputs
menu_model
an
object
position
an
object
removed
an
object
added
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
void
g_menu_model_items_changed
( GMenuModel* menu_model,
gint
position,
gint
removed,
gint
added )