Package ch.bailu.gtk.glib
Interface Glib.OnTestDataFunc
- Enclosing class:
- Glib
- 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
onTestDataFunc
(CallbackHandler __self, Pointer user_data) The type used for test case functions that take an extra pointer
argument.
-
Method Details
-
onTestDataFunc
The type used for test case functions that take an extra pointer
argument.- Parameters:
user_data
- the data provided when registering the test
-