Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tp-call: add account property | Guillaume Desmottes | 2010-08-12 | 1 | -1/+1 |
| | |||||
* | empathy_call_factory_new_call_with_streams: don't leak the hash table | Guillaume Desmottes | 2010-08-11 | 1 | -0/+1 |
| | |||||
* | call-factory: use TpAccountChannelRequest to request the media channel | Guillaume Desmottes | 2010-08-11 | 1 | -6/+27 |
| | |||||
* | empathy_call_factory_new_call_with_streams: remove callback arg | Guillaume Desmottes | 2010-08-11 | 1 | -2/+1 |
| | | | | If you want to handle the channel yourself then use TpAccountChannelRequest. | ||||
* | factor out empathy_call_factory_create_request | Guillaume Desmottes | 2010-08-11 | 1 | -11/+20 |
| | |||||
* | call-factory: don't leak the handler | Guillaume Desmottes | 2010-08-11 | 1 | -1/+1 |
| | |||||
* | Claim that we support H264 | Guillaume Desmottes | 2010-06-29 | 1 | -0/+1 |
| | | | | May not be actually true but needed to be callable using Google Video. | ||||
* | add empathy_call_factory_register | Guillaume Desmottes | 2010-06-29 | 1 | -6/+9 |
| | | | | So we can connect signal before registering the Handler. | ||||
* | empathy_call_factory_new_call_with_streams: no need to pass a EmpathyCallFactory | Guillaume Desmottes | 2010-06-29 | 1 | -2/+1 |
| | |||||
* | empathy_call_factory_new_call_with_streams: request channel using the CD | Guillaume Desmottes | 2010-06-22 | 1 | -14/+27 |
| | | | | Also allow caller to pass the timestamp and an optionnal callback. | ||||
* | remove empathy_call_factory_new_call | Guillaume Desmottes | 2010-06-22 | 1 | -15/+0 |
| | | | | It's not used any more. | ||||
* | call-factory: use TpSimpleHandler to handle incoming calls (#622368) | Guillaume Desmottes | 2010-06-22 | 1 | -10/+120 |
| | |||||
* | document empathy_call_factory_new_call and ↵ | Guillaume Desmottes | 2009-05-18 | 1 | -0/+16 |
| | | | | empathy_call_factory_new_call_with_streams | ||||
* | Allow the call factory to create calls with specific types of media | Sjoerd Simons | 2009-05-18 | 1 | -3/+14 |
| | |||||
* | empathy-call-factory: fix coding style | Guillaume Desmottes | 2009-05-18 | 1 | -1/+1 |
| | |||||
* | Fix type punned pointers warnings | Olivier Crête | 2009-02-12 | 1 | -1/+1 |
| | | | | | | | | | Remove senseless (void **) From: Olivier Crête <olivier.crete@collabora.co.uk> Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2440 | ||||
* | Cleanup for GObject related functions in EmpathyCallFactory and ↵ | Cosimo Cecchi | 2009-02-05 | 1 | -44/+35 |
| | | | | | | | | EmpathyCallHandler. From: Cosimo Cecchi <cosimo.cecchi@collabora.co.uk> svn path=/trunk/; revision=2426 | ||||
* | Don't return the handler, so we can unref it after signalling | Sjoerd Simons | 2009-02-03 | 1 | -8/+8 |
| | | | | | | Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2398 | ||||
* | Add Stub call factor and call handler objects | Sjoerd Simons | 2009-02-03 | 1 | -0/+183 |
Signed-off-by: Sjoerd Simons <sjoerd.simons@collabora.co.uk> svn path=/trunk/; revision=2381 |