虚拟方法

GioMenuModel获取_item_attributes

声明 [源]

void
get_item_attributes (
  GMenuModel* model,
  gint item_index,
  GHashTable** attributes
)

描述 [源]

获取菜单模型中项的所有相关属性。

参数

item_index

类型: gint

要查询的GMenuItem

attributes

类型: GHashTable

项的属性。

该参数将由函数设置。
方法调用者获得返回数据的所有权,并负责释放它。