方法

GIRepositoryArgInfoget_destroy_index

自2.80版起

声明 [源代码]

gboolean
gi_arg_info_get_destroy_index (
  GIArgInfo* info,
  unsigned int* out_destroy_index
)

描述 [源代码]

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

自2.80版起可用

参数

out_destroy_index

类型: unsigned int*

销毁索引的返回位置。

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

返回值

类型: gboolean

TRUE 如果参数有GDestroyNotify参数。