方法
GioAttributeGroupget_action_parameter_type
自从:2.28
声明 [来源]
const GVariantType*
g_action_group_get_action_parameter_type (
GActionGroup* action_group,
const gchar* action_name
)
描述 [来源]
查询在action_group中激活命名动作时必须提供的参数类型。
使用g_action_group_activate_action()
激活动作时,提供给该函数的GVariant
必须是此函数返回的类型。
如果此函数返回NULL
,不得提供任何GVariant
,但应提供NULL
。
特定动作的参数类型永远不会改变,但是可能发生动作被移除,而添加了具有相同名称但不同参数类型的新动作。
自从:2.28
返回值
类型: GVariantType
参数类型。
返回的数据由实例拥有。 |
返回值可以是NULL 。 |