Signal

IdeSignalGroup::bind

Declaration

void
bind (
  IdeSignalGroup* self,
  GObject* instance,
  gpointer user_data
)

Description

This signal is emitted when the target instance of self is set to a new GObject.

This signal will only be emitted if the target of self is non-NULL.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

instance

Type: GObject

A GObject.

The data is owned by the caller of the function.