aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-connection-managers.c
Commit message (Collapse)AuthorAgeFilesLines
* include telepathy-glib.hGuillaume Desmottes2012-09-171-3/+0
| | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch.
* connection-managers: use TpConnectionManager accessorGuillaume Desmottes2012-06-071-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=677545
* use tp_list_connection_managers_async()Guillaume Desmottes2012-06-061-18/+30
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=677465
* connection-managers: stop using tp_connection_manager_is_ready()Guillaume Desmottes2012-03-121-1/+1
| | | | It has been deprecated.
* add missing config.h includesGuillaume Desmottes2012-03-071-0/+1
|
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-1/+1
| | | | No more ugly marshallers \o/
* Revert "-Fix use of include <config.h> to make sure translations work"Guillaume Desmottes2011-04-041-3/+0
| | | | | | This reverts commit f0f99ffaa08240fbb72d7eed198368fd22fe4c47. Sorry, I didn't mean to push that...
* -Fix use of include <config.h> to make sure translations workKjartan Maraas2011-04-041-0/+3
|
* notify_ready_cb: use g_simple_async_result_complete instead of _in_idleGuillaume Desmottes2010-01-221-1/+1
|
* replace empathy_connection_managers_call_when_ready by ↵Guillaume Desmottes2010-01-221-46/+32
| | | | prepare_{async_finish} functions
* add empathy_connection_managers_call_when_readyGuillaume Desmottes2010-01-221-0/+63
| | | | That's easier to use than checking if ready and connecting a callback.
* empathy-connection-managers.c: fix shadow declarationsGuillaume Desmottes2009-10-221-14/+14
|
* Remove unused finalizeSjoerd Simons2009-08-241-16/+0
|
* Add an API to get the num of CMsCosimo Cecchi2009-07-301-0/+12
|
* Ensure EmpathyConnectionManagers stays alive when still emitting signalsSjoerd Simons2009-07-231-0/+2
|
* Coding style fixesSjoerd Simons2009-07-221-1/+1
|
* Correct usage of privSjoerd Simons2009-07-221-5/+4
|
* Add singleton to cache TpConnectionManagersSjoerd Simons2009-07-201-0/+296