Package ch.bailu.gtk.gobject
Schnittstelle Gobject.OnBoxedCopyFunc
- Umschließende Klasse:
Gobject
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungonBoxedCopyFunc
(CallbackHandler __self, Pointer boxed) This function is provided by the user and should produce a copy
of the passed in boxed structure.
-
Methodendetails
-
onBoxedCopyFunc
This function is provided by the user and should produce a copy
of the passed in boxed structure.- Parameter:
boxed
- The boxed structure to be copied.- Gibt zurück:
- The newly created copy of the boxed structure.
-