Bind Connection.Add/RemoveClientInterest
@andrunko
Submitted by Andre Magalhaes Assigned to Telepathy bugs list
Description
Quote from IRC:
<andrunko>
smcv, can you explain me about Add/RemoveClientInterest, do we need to bind this in tp-qt4? or is this supposed to be used by CD or something?
<smcv>
andrunko: see telepathy-glib
<smcv>
it's mainly for internal use by tp-qt4
<smcv>
(or tp-glib)
<andrunko>
ah ok, will add a bug for that also
<smcv>
interfaces can say "before connecting to FooChanged you must add a client interest for it, otherwise the CM will never emit it"
<smcv>
see MailNotification, for instance
<andrunko>
tnx, will check
<smcv>
so it's about as low-level as connecting to a signal directly