Package ch.bailu.gtk.gdk
Interface Gdk.OnContentDeserializeFunc
- Enclosing class:
- Gdk
- 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
onContentDeserializeFunc
(CallbackHandler __self, ContentDeserializer deserializer) The type of a function that can be registered with gdk_content_register_deserializer().
-
Method Details
-
onContentDeserializeFunc
The type of a function that can be registered with gdk_content_register_deserializer().
When the function gets called to operate on content, it can call functions on the
@deserializer object to obtain the mime type, input stream, user data, etc. for its
operation.- Parameters:
deserializer
- a `GdkContentDeserializer`
-