- getItemAttributeValue
GVariant* function(GMenuModel* model, int itemIndex, const(char)* attribute, GVariantType* expectedType) getItemAttributeValue;
- getItemAttributes
void function(GMenuModel* model, int itemIndex, GHashTable** attributes) getItemAttributes;
- getItemLink
GMenuModel* function(GMenuModel* model, int itemIndex, const(char)* link) getItemLink;
- getItemLinks
void function(GMenuModel* model, int itemIndex, GHashTable** links) getItemLinks;
- getNItems
int function(GMenuModel* model) getNItems;
- isMutable
int function(GMenuModel* model) isMutable;
- iterateItemAttributes
GMenuAttributeIter* function(GMenuModel* model, int itemIndex) iterateItemAttributes;
- iterateItemLinks
GMenuLinkIter* function(GMenuModel* model, int itemIndex) iterateItemLinks;
- parentClass
GObjectClass parentClass;
Undocumented in source.