MenuModel.iterateItemAttributes

Creates a GMenuAttributeIter to iterate over the attributes of the item at position item_index in model. You must free the iterator with g_object_unref() when you are done. Since 2.32

class MenuModel
iterateItemAttributes
()

Parameters

itemIndex int

the index of the item

Return Value

a new GMenuAttributeIter. [transfer full]

Meta