Signal

PurpleAccount::contact-info-changed

unstable since: 3.0

Declaration

void
contact_info_changed (
  PurpleAccount* self,
  PurpleContactInfo* info,
  GObject.ParamSpec* pspec,
  gpointer user_data
)

Description [src]

This signal is emitted to propagate the GObject::notify signal of PurpleAccount:contact-info.

Default handler:

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

The signal can be detailed
Available since: 3.0

Parameters

info

Type: PurpleContactInfo

The contact info.

The data is owned by the caller of the function.
pspec

Type: GParamSpec

The param spec of the changed property.

The data is owned by the caller of the function.