Package ch.bailu.gtk.glib
Interface Thread.OnThreadFunc
- Enclosing class:
- Thread
- 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 TypeMethodDescriptiononThreadFunc
(CallbackHandler __self, Pointer user_data) Specifies the type of the @func functions passed to g_thread_new()
or g_thread_try_new().
-
Method Details
-
onThreadFunc
Specifies the type of the @func functions passed to g_thread_new()
or g_thread_try_new().- Parameters:
user_data
- data passed to the thread- Returns:
- the return value of the thread
-