summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-call-stream.c
Commit message (Expand)AuthorAgeFilesLines
* Use tp_value_array_free instead of g_value_array_freeSimon McVittie2013-09-261-3/+3
* Stop using TP_ERRORSSimon McVittie2012-05-021-4/+4
* Use TP_NUM_… instead of NUM_TP_…Simon McVittie2012-04-121-1/+1
* prepare 0.17.6Guillaume Desmottes2012-03-191-1/+1
* BaseCallStream: Emit notification when the channel is setOlivier Crête2012-03-141-0/+3
* BaseMediaCallStream: Make it possible to set the Content at construct timeOlivier Crête2012-03-141-1/+43
* BaseCallStream: Fix read of uninitialised memoryOlivier Crête2012-03-141-4/+6
* Prepare 0.17.5telepathy-glib-0.17.5Simon McVittie2012-02-201-20/+20
* BaseCallStream: Put the pending states in the right orderOlivier Crête2012-02-141-5/+6
* Add config.h include in all call source filesXavier Claessens2012-02-061-0/+1
* TpBaseCallContent/Stream: add get_interfaces virtual methodXavier Claessens2012-01-161-23/+32
* Mark base call types as abstractDanielle Madeley2012-01-101-3/+4
* few coding style fixesXavier Claessens2012-01-101-1/+1
* Rename _borrow_remote_members to _get_remote_membersXavier Claessens2012-01-101-3/+3
* some coding styleXavier Claessens2012-01-101-2/+2
* fix some coding styleXavier Claessens2012-01-101-1/+1
* Start receiving when the other sides asks us toOlivier Crête2012-01-101-1/+0
* Reject direction changes if the protocol doesn't allow itOlivier Crête2012-01-101-0/+9
* Set the sending and receiving directions correctlyOlivier Crête2012-01-101-1/+13
* Implement the sending/receiving states in TpBaseMediaCallStreamOlivier Crête2012-01-101-1/+32
* Make some vmethod optional to implement, and document optionals/mandatoryXavier Claessens2012-01-101-5/+7
* Add more DEBUG to help debugging CallsXavier Claessens2012-01-101-2/+5
* TpBaseCall*: export some internal apisXavier Claessens2012-01-101-6/+27
* Add TpBaseCallChannel, TpBaseCallContent and TpBaseCallStreamXavier Claessens2012-01-101-0/+796