枚举

GIRepositoryFunctionInfoFlags

自:2.80 起

声明

flags GIRepository.FunctionInfoFlags

描述 [源代码]

GIFunctionInfo 结构体的标志。

自以下版本起提供:2.80

成员

GI_FUNCTION_IS_METHOD

为方法。

  • 值:1
  • 自以下版本起提供:2.80
GI_FUNCTION_IS_CONSTRUCTOR

为构造函数。

  • 值:2
  • 自以下版本起提供:2.80
GI_FUNCTION_IS_GETTER

GIPropertyInfo 的 getter。

  • 值:4
  • 自以下版本起提供:2.80
GI_FUNCTION_IS_SETTER

GIPropertyInfo 的 setter。

  • 值:8
  • 自以下版本起提供:2.80
GI_FUNCTION_WRAPS_VFUNC

表示虚拟函数。

  • 值:16
  • 自以下版本起提供:2.80
GI_FUNCTION_IS_ASYNC

无可用说明。

  • 值:32
  • 自以下版本起提供:2.80