Package ch.bailu.gtk.gobject
Interface SignalGroup.OnUnbind
- Enclosing class:
- SignalGroup
- 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
onUnbind()
This signal is emitted when the target instance of @self is set to a
new #GObject.
-
Method Details
-
onUnbind
void onUnbind()This signal is emitted when the target instance of @self is set to a
new #GObject.
This signal will only be emitted if the previous target of @self is
non-%NULL.
-