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 |
| The signal can be detailed |
| Available since: 3.0 |
Parameters
info-
Type:
PurpleContactInfoThe contact info.
The data is owned by the caller of the function. pspec-
Type:
GParamSpecThe param spec of the changed property.
The data is owned by the caller of the function.