Home
last modified time | relevance | path

Searched refs:gotContact (Results 1 – 6 of 6) sorted by relevance

/dports/net-im/kopete/kopete-21.12.3/protocols/groupwise/libgroupwise/tasks/
H A Dlogintask.h58 void gotContact(const ContactItem &);
H A Dlogintask.cpp150 emit gotContact(contact); in extractContact() local
/dports/cad/magic/magic-8.3.245/wiring/
H A DwireOps.c789 goto gotContact;
808 goto gotContact;
824 gotContact:
/dports/net-im/telepathy-qt/telepathy-qt-0.9.8/TelepathyQt/
H A Dstreamed-media-channel.h122 TP_QT_NO_EXPORT void gotContact(Tp::PendingOperation *op);
H A Dstreamed-media-channel.cpp275 SLOT(gotContact(Tp::PendingOperation*))); in introspectContact()
676 void StreamedMediaStream::gotContact(PendingOperation *op) in gotContact() function in Tp::StreamedMediaStream
/dports/net-im/kopete/kopete-21.12.3/protocols/groupwise/libgroupwise/
H A Dclient.cpp153 connect(login, SIGNAL(gotContact(ContactItem)), in start()