方法

GIRepositoryArgInfoget_closure_index

自:2.80

声明 [src]

gboolean
gi_arg_info_get_closure_index (
  GIArgInfo* info,
  unsigned int* out_closure_index
)

描述 [src]

获取用户数据参数的索引。这仅适用于回调参数。

自可用:2.80

参数

out_closure_index

类型: unsigned int*

闭包索引的返回位置。

该参数将由函数设置。
该参数可以是 NULL

返回值

类型: gboolean

TRUE 如果参数有用户数据参数。