Package ch.bailu.gtk.glib
Interface PtrArray.OnFunc
- Enclosing class:
- PtrArray
- 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
onFunc
(CallbackHandler __self, Pointer data, Pointer user_data) Specifies the type of functions passed to g_list_foreach() and
g_slist_foreach().
-
Method Details
-
onFunc
Specifies the type of functions passed to g_list_foreach() and
g_slist_foreach().- Parameters:
data
- the element's datauser_data
- user data passed to g_list_foreach() or g_slist_foreach()
-