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.

@FunctionalInterface public static interface SignalGroup.OnUnbind
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.