summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-avatars.c
Commit message (Collapse)AuthorAgeFilesLines
* Use G_DEFINE_BOXED_TYPE for every boxed type except TpIntsetSimon McVittie2012-05-031-13/+2
| | | | | | | TpIntset is a bit weird because of backwards compatibility with TpIntSet, so we can only replace that one on next. Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
* Complete results of TpProxy D-Bus calls in an idleSimon McVittie2012-04-121-1/+1
| | | | | | | | | | | | GAsyncResult guarantees to call your callback from the main loop. For historical reasons (basically "5 years ago I didn't know any better"), TpProxy does not: if the interface is missing or the proxy has been invalidated, the callback is called re-entrantly. I'm going to fix that in Telepathy 1.0, but for now, let's give GAsyncResult the correct semantics. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=45514 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
|
* connection: use prepare_async instead of start_preparingGuillaume Desmottes2011-05-121-4/+12
|
* connection: simplify avatars requirements preparationGuillaume Desmottes2011-05-121-24/+2
|
* Split out avatar requirements into connection-avatars.cSimon McVittie2010-07-131-0/+278