Package ch.bailu.gtk.gio
Interface SocketControlMessageClass.OnSerialize
- Enclosing class:
- SocketControlMessageClass
- 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 TypeMethodDescriptionvoid
onSerialize
(CallbackHandler __self, SocketControlMessage message, Pointer data)
-
Method Details
-
onSerialize
void onSerialize(CallbackHandler __self, @Nonnull SocketControlMessage message, @Nonnull Pointer data) - Parameters:
message
- a #GSocketControlMessagedata
- A buffer to write data to
-