Package ch.bailu.gtk.gobject
Interface InitiallyUnownedClass.OnGetProperty
- Enclosing class:
- InitiallyUnownedClass
- 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
onGetProperty
(CallbackHandler __self, Object object, int property_id, Value value, ParamSpec pspec)
-
Method Details
-
onGetProperty
void onGetProperty(CallbackHandler __self, @Nonnull Object object, int property_id, @Nonnull Value value, @Nonnull ParamSpec pspec) - Parameters:
object
-property_id
-value
-pspec
-
-