Package org.javagi.gobject.types
Interface Properties.SetPropertyCallback
- 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
SetPropertyCallback
callback.-
Method Summary
Modifier and TypeMethodDescriptionvoid
default MemorySegment
toCallback
(Arena arena) Create a function pointer in native memory for this callback.default void
upcall
(MemorySegment object, int propertyId, MemorySegment value, MemorySegment pspec)
-
Method Details
-
run
-
upcall
-
toCallback
Description copied from interface:FunctionPointer
Create a function pointer in native memory for this callback.- Specified by:
toCallback
in interfaceFunctionPointer
- Parameters:
arena
- the function pointer will be allocated in this arena- Returns:
- the newly created function pointer
-