GMenuModelClass

Members

Variables

getItemAttributeValue
VariantC* function(GMenuModel* model, int itemIndex, const(char)* attribute, const(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
bool function(GMenuModel* model) isMutable;
iterateItemAttributes
GMenuAttributeIter* function(GMenuModel* model, int itemIndex) iterateItemAttributes;
iterateItemLinks
GMenuLinkIter* function(GMenuModel* model, int itemIndex) iterateItemLinks;
parentClass
GObjectClass parentClass;