Signal
PurpleAccountManager::account-changed
unstable since: 3.0
Declaration
void
account_changed (
PurpleAccountManager* self,
PurpleAccount* account,
GObject.ParamSpec* pspec,
gpointer user_data
)
Description [src]
This is a propagation of the notify signal from account
. This means
that your callback will be called for any account that manager
knows about.
This also supports details, so you can specify the signal name as
something like account-changed::enabled
and your callback will only
be called when the enabled property of account
has been changed.
Default handler: The default handler is called after the handlers added via |
The signal can be detailed |
Available since: 3.0 |
Parameters
account
-
Type:
PurpleAccount
The account that was changed.
The data is owned by the caller of the function. pspec
-
Type:
GParamSpec
The
GParamSpec
for the property that changed.The data is owned by the caller of the function.