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