Package ch.bailu.gtk.pango
Interface AttrShape.OnAttrDataCopyFunc
- Enclosing class:
- AttrShape
- 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 TypeMethodDescriptiononAttrDataCopyFunc
(CallbackHandler __self, Pointer user_data) Type of a function that can duplicate user data for an attribute.
-
Method Details
-
onAttrDataCopyFunc
Type of a function that can duplicate user data for an attribute.- Parameters:
user_data
- user data to copy- Returns:
- new copy of @user_data.
-