summaryrefslogtreecommitdiff
path: root/telepathy-glib/call-content.c
Commit message (Collapse)AuthorAgeFilesLines
* call-channel: pass our factory to TpCallStream objectsGuillaume Desmottes2014-03-141-0/+1
| | | | Partially fix fdo#76168.
* Stop using TP_ERRORSSimon McVittie2012-05-021-4/+4
| | | | We deprecated this in 0.11.
* Use g_ptr_array_new_full() now that we can depend on glib 2.30Xavier Claessens2012-04-231-1/+1
|
* many fixes to documentation commentsJonny Lamb2012-04-061-3/+3
| | | | | | | | fd.o#48363 was opened which complains about lots of documentation problems (which g-ir-scanner finds). While I was at it I did some grepping to find yet more problems. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* prepare 0.17.6Guillaume Desmottes2012-03-191-1/+1
|
* CallContent: Add property for parent ChannelOlivier Crête2012-03-141-1/+26
|
* CallStream: Add property for parent ContentOlivier Crête2012-03-141-0/+1
|
* Use GLib's default marshaller everywhereSimon McVittie2012-03-011-7/+3
| | | | | | | | In contrast to the previous commit, I'm just using NULL here - telepathy-glib has an explicit dependency on GLib 2.30. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46523 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Prepare 0.17.5telepathy-glib-0.17.5Simon McVittie2012-02-201-19/+19
|
* Remove support for the Mute interface, not stable yetSimon McVittie2012-02-201-1/+0
|
* Fix 2 bugs in DTMF codeXavier Claessens2012-02-131-7/+12
| | | | Also add DTMF unit test that covers both cases
* Add config.h include in all call source filesXavier Claessens2012-02-061-2/+2
|
* TpCallChannel, TpCallContent: add _send_tones_async()Xavier Claessens2012-01-271-0/+246
| | | | | | | | tp_call_channel_send_tones_async() is helper API calling tp_call_content_send_tones_async() on each of its contents supporting the DTMF interfaces. tp_call_content_send_tones_async() does the queuing of events
* Update for Call spec changesOlivier Crête2012-01-101-10/+0
|
* TpCallChannel, TpCallContent and TpCallStream: add _async() operationsXavier Claessens2012-01-101-0/+62
|
* TpCallContent: introspect all properties and add gettersXavier Claessens2012-01-101-10/+529
| | | | Based on TpyCallContent
* Generate lowlevel API for Call1 specXavier Claessens2012-01-101-0/+124
Add skeleton for TpCallChannel, TpCallContent and TpCallStream