summaryrefslogtreecommitdiff
path: root/telepathy-glib/call-stream-endpoint.c
Commit message (Expand)AuthorAgeFilesLines
* Suppress remaining GValueArray deprecation warningsSimon McVittie2013-09-261-0/+15
* Use tp_value_array_free instead of g_value_array_freeSimon McVittie2013-09-261-2/+2
* tp_call_stream_endpoint_get_state: return a TpStreamEndpointState on errorSimon McVittie2013-06-111-1/+1
* Stop using TP_ERRORSSimon McVittie2012-05-021-8/+8
* Use TP_NUM_… instead of NUM_TP_…Simon McVittie2012-04-121-3/+3
* many fixes to documentation commentsJonny Lamb2012-04-061-3/+3
* Use GLib's default marshaller everywhereSimon McVittie2012-03-011-7/+3
* Prepare 0.17.5telepathy-glib-0.17.5Simon McVittie2012-02-201-21/+21
* Add config.h include in all call source filesXavier Claessens2012-02-061-0/+1
* update documentationXavier Claessens2012-01-101-0/+10
* TpCallStreamEndpoint: ensure username/password is never NULLXavier Claessens2012-01-101-14/+9
* Set the right Call state based on endpoint connectednessOlivier Crête2012-01-101-6/+8
* Add API to let the CM set the remote credentialsOlivier Crête2012-01-101-10/+48
* Emit notification when the Endpoint state changesOlivier Crête2012-01-101-0/+1
* Fix Initialising->Initialised transitionXavier Claessens2012-01-101-1/+2
* TpBaseCallChannel: move to RINGING state when all its endpoints are CONNECTEDXavier Claessens2012-01-101-0/+8
* TpCallStreamEndpoint: keep a pointer to its TpBaseMediaCallStreamXavier Claessens2012-01-101-0/+18
* TpCallStreamEndpoint: add _get_state() methodXavier Claessens2012-01-101-0/+21
* Add more DEBUG to help debugging CallsXavier Claessens2012-01-101-0/+17
* TpCallStreamEndpoint: inform CM when candidate is selected/accepted/rejectedXavier Claessens2012-01-101-19/+151
* Correctly implement SetSelectedCandidateXavier Claessens2012-01-101-1/+46
* Add TpBaseMediaCallStream and TpCallStreamEndpointXavier Claessens2012-01-101-0/+665