GI.FunctionInfoFlags – gobject-introspection-1.0 Reference Manual
Packages
gobject-introspection-1.0
GI
FunctionInfoFlags
IS_CONSTRUCTOR
IS_GETTER
IS_METHOD
IS_SETTER
THROWS
WRAPS_VFUNC
FunctionInfoFlags
Description:
[
CCode
( cprefix =
"GI_FUNCTION_"
, has_type_id =
false
) ]
[
Flags
]
public
enum
FunctionInfoFlags
Flags for a [class@GIRepository.
FunctionInfo] struct.
Namespace:
GI
Package:
gobject-introspection-1.0
Content:
Enum values:
IS_CONSTRUCTOR
-
is a constructor.
IS_GETTER
-
is a getter of a [ class@GIRepository.
IS_METHOD
-
is a method.
IS_SETTER
-
is a setter of a [ class@GIRepository.
THROWS
-
the function may throw an error.
WRAPS_VFUNC
-
represents a virtual function.