Home
last modified time | relevance | path

Searched refs:AccountPropertyChanged (Results 1 – 7 of 7) sorted by relevance

/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/lib/python/
H A Daccount-manager.py209 self.AccountPropertyChanged({'Parameters': self._parameters})
214 def AccountPropertyChanged(self, delta): member in Account
325 self.AccountPropertyChanged(props)
371 self.AccountPropertyChanged(props)
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/tests/dbus/
H A Daccount-connection-factory.cpp56 Q_EMIT AccountPropertyChanged(props); in setConnection() local
71 void AccountPropertyChanged(const QVariantMap &properties);
H A Dcontact-messenger.cpp126 Q_EMIT AccountPropertyChanged(props); in setConnection() local
141 void AccountPropertyChanged(const QVariantMap &properties);
H A Dsimple-observer.cpp102 Q_EMIT AccountPropertyChanged(props); in setConnection() local
117 void AccountPropertyChanged(const QVariantMap &properties);
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Daccount.cpp4195 SIGNAL(AccountPropertyChanged(QVariantMap)), in init()
/dports/net-im/telepathy-mission-control/telepathy-mission-control-5.16.6/
H A DNEWS1104 * instead of emitting AccountPropertyChanged signals in time-based batches
H A DChangeLog2210 This lets us get AccountPropertyChanged signals for more attributes
8568 • A.AccountPropertyChanged, to say the new account is valid;
8576 AccountValidityChanged, MC has no reason to emit AccountPropertyChanged
8580 AccountPropertyChanged. Instead, we check that Account.Valid is in sync
12971 Proper emit AccountPropertyChanged(ChangingPresence) when the presence is changing.