bind


Description:

public signal void bind (Object object)

Emitted when an object has been bound to an item.

The handler for this signal must set to populate the listitem with widgets.

After this signal was emitted, the object might be shown in a [class@Gtk.ListView] or other widget.

The [signal@Gtk.SignalListItemFactory:GtkSignalListItemFactory:unbind] signal is the opposite of this signal and can be used to undo everything done in this signal.

Parameters:

object

The `GObject` to bind