summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-call-content.c
Commit message (Expand)AuthorAgeFilesLines
* Use tp_value_array_free instead of g_value_array_freeSimon McVittie2013-09-261-1/+1
* Stop using TP_ERRORSSimon McVittie2012-05-021-1/+1
* many fixes to documentation commentsJonny Lamb2012-04-061-2/+2
* _tp_object_list_copy, _tp_object_list_free: addSimon McVittie2012-03-091-8/+3
* Prepare 0.17.5telepathy-glib-0.17.5Simon McVittie2012-02-201-26/+26
* Add config.h include in all call source filesXavier Claessens2012-02-061-0/+1
* TpBaseCallContent/Stream: add get_interfaces virtual methodXavier Claessens2012-01-161-20/+31
* TpBaseCallContent: add missing API docXavier Claessens2012-01-121-0/+47
* Fix typo in currently-sending-tones property nameNicolas Dufresne2012-01-111-1/+1
* Implement Call Content in the base classOlivier Crête2012-01-111-1/+165
* Mark base call types as abstractDanielle Madeley2012-01-101-4/+5
* base-call-content: deinit the content instead of just assertingDanielle Madeley2012-01-101-0/+3
* Set the sending and receiving directions correctlyOlivier Crête2012-01-101-2/+3
* Implement the sending/receiving states in TpBaseMediaCallStreamOlivier Crête2012-01-101-2/+5
* Make some vmethod optional to implement, and document optionals/mandatoryXavier Claessens2012-01-101-2/+2
* TpBaseCall*: export some internal apisXavier Claessens2012-01-101-14/+38
* Add TpBaseCallChannel, TpBaseCallContent and TpBaseCallStreamXavier Claessens2012-01-101-0/+706