Interface SignalListItemFactory.OnUnbind

Enclosing class:
SignalListItemFactory
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 SignalListItemFactory.OnUnbind
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onUnbind(Object object)
    Emitted when a object has been unbound from its item, for example when
    a listitem was removed from use in a list widget
    and its new [property@Gtk.ListItem:item] is about to be unset.
  • Method Details

    • onUnbind

      void onUnbind(@Nonnull Object object)
      Emitted when a object has been unbound from its item, for example when
      a listitem was removed from use in a list widget
      and its new [property@Gtk.ListItem:item] is about to be unset.

      This signal is the opposite of the [signal@Gtk.SignalListItemFactory::bind]
      signal and should be used to undo everything done in that signal.
      Parameters:
      object - The `GObject` to unbind