aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-factory.h
Commit message (Collapse)AuthorAgeFilesLines
* remove empathy-dispatch-operationGuillaume Desmottes2010-08-111-1/+0
|
* empathy_call_factory_new_call_with_streams: remove callback argGuillaume Desmottes2010-08-111-1/+0
| | | | If you want to handle the channel yourself then use TpAccountChannelRequest.
* factor out empathy_call_factory_create_requestGuillaume Desmottes2010-08-111-0/+4
|
* add empathy_call_factory_registerGuillaume Desmottes2010-06-291-0/+3
| | | | So we can connect signal before registering the Handler.
* empathy_call_factory_new_call_with_streams: no need to pass a EmpathyCallFactoryGuillaume Desmottes2010-06-291-2/+1
|
* empathy_call_factory_new_call_with_streams: request channel using the CDGuillaume Desmottes2010-06-221-1/+7
| | | | Also allow caller to pass the timestamp and an optionnal callback.
* remove empathy_call_factory_new_callGuillaume Desmottes2010-06-221-3/+0
| | | | It's not used any more.
* call-factory: use TpSimpleHandler to handle incoming calls (#622368)Guillaume Desmottes2010-06-221-3/+0
|
* Allow the call factory to create calls with specific types of mediaSjoerd Simons2009-05-181-0/+3
|
* empathy-call-factory: fix coding styleGuillaume Desmottes2009-05-181-1/+1
|
* Cleanup for GObject related functions in EmpathyCallFactory and ↵Cosimo Cecchi2009-02-051-0/+1
| | | | | | | | EmpathyCallHandler. From: Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> svn path=/trunk/; revision=2426
* Add a space between the function name and the (void)Xavier Claessens2009-02-031-1/+1
| | | | svn path=/trunk/; revision=2416
* Don't return the handler, so we can unref it after signallingSjoerd Simons2009-02-031-4/+4
| | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2398
* Add Stub call factor and call handler objectsSjoerd Simons2009-02-031-0/+74
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2381