Package ch.bailu.gtk.glib
Schnittstelle List.OnCopyFunc
- Umschließende Klasse:
List
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungonCopyFunc
(CallbackHandler __self, Pointer src, Pointer data) A function of this signature is used to copy the node data
when doing a deep-copy of a tree.
-
Methodendetails
-
onCopyFunc
A function of this signature is used to copy the node data
when doing a deep-copy of a tree.- Parameter:
src
- A pointer to the data which should be copieddata
- Additional data- Gibt zurück:
- A pointer to the copy
-