方法

GioMenuItemget_attribute

自:2.34

声明 [源代码]

gboolean
g_menu_item_get_attribute (
  GMenuItem* menu_item,
  const gchar* attribute,
  const gchar* format_string,
  ...
)

描述 [源代码]

查询 menu_item 上的指定 attribute

如果该属性存在且与对应于 format_stringGVariantType 匹配,则使用 format_string 将值解构为位置参数并返回 TRUE

如果属性不存在,或者虽然存在但类型错误,则忽略位置参数并返回 FALSE

自:2.34

此方法不直接对语言绑定可用。

参数

attribute

类型: const gchar*

要查询的属性名称。

数据由方法的调用者所有。
值是空终止的UTF-8字符串。
format_string

类型: const gchar*

GVariant 格式字符串。

数据由方法的调用者所有。
值是空终止的UTF-8字符串。
...

类型: 未指定

位置参数,根据 format_string

返回值

类型: gboolean

如果找到具有预期类型的命名属性,则返回 TRUE