Enumeration

GIRepositoryFunctionInfoFlags

since: 2.80

Declaration

flags GIRepository.FunctionInfoFlags

Description

Flags for a GIFunctionInfo struct.

Available since: 2.80

Members

Name Description
GI_FUNCTION_IS_METHOD

Is a method.

GI_FUNCTION_IS_CONSTRUCTOR

Is a constructor.

GI_FUNCTION_IS_GETTER

Is a getter of a GIPropertyInfo.

GI_FUNCTION_IS_SETTER

Is a setter of a GIPropertyInfo.

GI_FUNCTION_WRAPS_VFUNC

Represents a virtual function.