aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-contact-factory.h
Commit message (Collapse)AuthorAgeFilesLines
* Set/get location on telepathyPierre-Luc Beaudoin2009-05-081-1/+2
|
* Change EmpathyTpContactFactory API to look more like TpConnection. Add ↵Xavier Claessens2009-04-221-6/+37
| | | | | | function to get only one contact from id/handle.
* Change API of EmpathyTpContactFactory:Xavier Claessens2009-04-221-11/+22
| | | | | | - Based on TpConnection instead of McAccount. - Drop all code that is now handled in TpContact. - Make it per-connection singleton.
* Keep a priv pointer in the object struct instead of using ↵Xavier Claessens2008-05-061-1/+1
| | | | | | G_TYPE_INSTANCE_GET_PRIVATE all the time. svn path=/trunk/; revision=1082
* Update copyright year in .h too, it was done in .c only.Xavier Claessens2008-04-151-1/+1
| | | | svn path=/trunk/; revision=946
* Add a ready property on EmpathyTpContactFactoryXavier Claessens2008-03-141-0/+1
| | | | svn path=/trunk/; revision=790
* Use new apiXavier Claessens2008-03-111-2/+2
| | | | svn path=/trunk/; revision=742
* Split EmpathyContactFactory to have one EmpathyTpContactFactory per accountXavier Claessens2007-12-121-0/+71
svn path=/trunk/; revision=472