Package ch.bailu.gtk.glib
Interface List.OnCopyFunc
- Enclosing class:
- List
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
-
Method Summary
Modifier and TypeMethodDescriptiononCopyFunc
(CallbackHandler __self, Pointer src, Pointer user_data) A function of this signature is used to copy the node data
when doing a deep-copy of a tree.
-
Method Details
-
onCopyFunc
A function of this signature is used to copy the node data
when doing a deep-copy of a tree.- Parameters:
src
- A pointer to the data which should be copieduser_data
- Additional data- Returns:
- A pointer to the copy
-