SignalListItemFactory.connectBind

gulong connectBind(T)(T callback, Flag!"After" after = No.After) if (isCallable!T && is(ReturnType!T == void) && (Parameters!T.length < 1 || (ParameterStorageClassTuple!T[0] == ParameterStorageClass.none && is(Parameters!T[0] : gobject.object.ObjectWrap))) && (Parameters!T.length < 2 || (ParameterStorageClassTuple!T[1] == ParameterStorageClass.none && is(Parameters!T[1] : gtk.signal_list_item_factory.SignalListItemFactory))) && Parameters!T.length < 3)

Connect to Bind signal.

Emitted when an object has been bound, for example when a new [gtk.list_item.ListItem.item] has been set on a listitem and should be bound for use.

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

The [gtk.signal_list_item_factory.SignalListItemFactory.unbind] signal is the opposite of this signal and can be used to undo everything done in this signal.

Parameters

callbacksignal callback delegate or function to connect void callback(gobject.object.ObjectWrap object, gtk.signal_list_item_factory.SignalListItemFactory signalListItemFactory) object The [gobject.object.ObjectWrap] to bind (optional) signalListItemFactory the instance the signal is connected to (optional)
afterYes.After to execute callback after default handler, No.After to execute before (default)

Returns

Signal ID