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