aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-contact-monitor.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove usage of McPresence as much as possibleSjoerd Simons2009-05-311-7/+6
|
* empathy-contact-monitor: fix coding styleGuillaume Desmottes2009-05-181-1/+1
|
* Use a GList instead of a GPtrArray and reorder the functions to avoidXavier Claessens2009-01-071-148/+140
| | | | | | prototypes. svn path=/trunk/; revision=2100
* Rename proxy->iface in EmpathyContactMonitor.Xavier Claessens2009-01-071-23/+23
| | | | svn path=/trunk/; revision=2098
* Use g_return_[val]_if_fail instead of g_assert in public APIs.Xavier Claessens2009-01-071-3/+3
| | | | svn path=/trunk/; revision=2097
* Yet more style fixes.Xavier Claessens2009-01-071-52/+46
| | | | svn path=/trunk/; revision=2072
* Add newlines at the end of files.Xavier Claessens2009-01-071-0/+1
| | | | svn path=/trunk/; revision=2070
* Drop our references in dispose instead of finalize.Xavier Claessens2009-01-071-2/+30
| | | | svn path=/trunk/; revision=2069
* Style fixes.Xavier Claessens2009-01-071-259/+259
| | | | svn path=/trunk/; revision=2064
* Don't own a reference to the EmpathyTpChat, otherwise it won't beXavier Claessens2009-01-071-7/+14
| | | | | | finalized. svn path=/trunk/; revision=2063
* Add an EmpathyContactMonitor object to monitor changes in the contactXavier Claessens2009-01-071-0/+396
list. svn path=/trunk/; revision=2050