Package org.javagi.gobject.types
Interface Properties.GetPropertyCallback
- All Superinterfaces:
FunctionPointer
- Enclosing class:
Properties
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface declaration of the
GetPropertyCallback callback.-
Method Summary
Modifier and TypeMethodDescriptionvoiddefault MemorySegmenttoCallback(Arena arena) Create a function pointer in native memory for this callback.default voidupcall(MemorySegment object, int propertyId, MemorySegment value, MemorySegment pspec)
-
Method Details
-
run
-
upcall
-
toCallback
Description copied from interface:FunctionPointerCreate a function pointer in native memory for this callback.- Specified by:
toCallbackin interfaceFunctionPointer- Parameters:
arena- the function pointer will be allocated in this arena- Returns:
- the newly created function pointer
-