Handbook
Glossary
g_menu_model_get_item_attribute_value ( menu_model item_index attribute expected_type -- GVariant* )
Vocabulary
gio
.
ffi
Inputs
menu_model
an
object
item_index
an
object
attribute
an
object
expected_type
an
object
Outputs
GVariant*
an
object
Definition
USING:
alien.syntax
glib.ffi
gobject-introspection.standard-types
;
IN:
gio.ffi
LIBRARY:
gio
FUNCTION:
GVariant*
g_menu_model_get_item_attribute_value
( GMenuModel* menu_model,
gint
item_index, gchar* attribute,
GVariantType* expected_type )