summaryrefslogtreecommitdiff
path: root/telepathy-glib/call-stream-endpoint.c
Commit message (Collapse)AuthorAgeFilesLines
* Suppress remaining GValueArray deprecation warningsSimon McVittie2013-09-261-0/+15
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69849 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
* Use tp_value_array_free instead of g_value_array_freeSimon McVittie2013-09-261-2/+2
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69849 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
* tp_call_stream_endpoint_get_state: return a TpStreamEndpointState on errorSimon McVittie2013-06-111-1/+1
| | | | | | | | | TP_MEDIA_STREAM_STATE_DISCONNECTED is from another enum entirely, and will no longer exist in Telepathy 1.0. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65517
* Stop using TP_ERRORSSimon McVittie2012-05-021-8/+8
| | | | We deprecated this in 0.11.
* Use TP_NUM_… instead of NUM_TP_…Simon McVittie2012-04-121-3/+3
| | | | | | Based on a patch from Jonny Lamb, updated for current master. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46470
* 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>
* 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-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
| | | | This is how it's done in TpBaseMediaCallStream as well.
* 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
| | | | This returns the state of a given component
* 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
| | | | | This is done via a signal instead of a virtual method to implement because TpCallStreamEndpoint is not a base class.
* Correctly implement SetSelectedCandidateXavier Claessens2012-01-101-1/+46
|
* Add TpBaseMediaCallStream and TpCallStreamEndpointXavier Claessens2012-01-101-0/+665