aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-streamed-media-factory.c
Commit message (Collapse)AuthorAgeFilesLines
* add missing config.h includesGuillaume Desmottes2012-03-071-0/+1
|
* Revert "Drop empathy-av"Guillaume Desmottes2012-03-011-0/+269
| | | | | | | | This reverts commit ba0a893b1d31cdb234bae72845e840a895b9d62a. Conflicts: src/Makefile.am
* Drop empathy-avGuillaume Desmottes2012-02-211-269/+0
| | | | | | So long and thanks for all the calling... https://bugzilla.gnome.org/show_bug.cgi?id=629902
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-2/+1
| | | | No more ugly marshallers \o/
* Port to new tp-glib client factoryGuillaume Desmottes2011-08-181-11/+4
| | | | | | | | | | | | | | | | | - EmpathyChannelFactory has been changed to EmpathyClientFactory and inherit from TpAutomaticClientFactory. - We now always use the _with_am variant of TpSimple* constructors - We define our own factory as default. - Replace empathy_get_account_for_connection() by tp_connection_get_account() - The factory is passed to EmpathyTpChat and TpyCallChannel - Use tp_simple_client_factory_ensure_account() instead of tp_account_manager_ensure_account(). - Rely on the factory to prepare connection features. This should ensure that all the TpProxy and TpContact objects created in Empathy are shared and use EmpathyClientFactory. https://bugzilla.gnome.org/show_bug.cgi?id=655799
* define constants for handler bus nameGuillaume Desmottes2011-03-171-1/+2
| | | | It's more convenient and safe than hardcoding them everywhere.
* Only build the EmpathyStreamedMedia* classes for empathy-avEmilio Pozuelo Monfort2011-02-101-0/+276
So the other binaries don't need to link against farsight.