summaryrefslogtreecommitdiff
path: root/telepathy-yell
AgeCommit message (Expand)AuthorFilesLines
2012-02-07Add some missing config.hHEADmasterGuillaume Desmottes3-0/+6
2011-11-21Support building for AndroidAlvaro Soliverez1-0/+11
2011-11-17Add Call_Content_Interface_Audio_Control from telepathy-specSjoerd Simons1-0/+1
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens4-5/+5
2011-10-12call-channel: add TPY_CALL_CHANNEL_FEATURE_COREGuillaume Desmottes2-28/+79
2011-06-16Fix tpy_call_channel_accept_finish() return valueEmilio Pozuelo Monfort1-1/+1
2011-06-16Make tpy_call_channel_hangup_finish() actually do anythingEmilio Pozuelo Monfort2-2/+13
2011-06-16Use a GAsyncResult for each async callEmilio Pozuelo Monfort1-27/+24
2011-06-16CallChannel: add Hold high-level APIEmilio Pozuelo Monfort2-0/+84
2011-05-26Fix signal documentationEmilio Pozuelo Monfort1-2/+1
2011-05-26Correctly track call membersEmilio Pozuelo Monfort1-7/+35
2011-05-25Check the return value of functions instead of the GError when possibleMarco Barisione2-2/+2
2011-05-25Don't leak the GError in codec_offer_finished_cbMarco Barisione1-0/+1
2011-05-25tpy_call_content_codec_offer_offer_finish should return NULL instead of FALSEMarco Barisione1-1/+1
2011-05-20Fix docstrings for two TpyCallContent signalsEmilio Pozuelo Monfort1-4/+4
2011-05-17Don't Initialize member values in _constructedSjoerd Simons1-3/+1
2011-05-15tpy_call_content_codec_offer_offer shouldn't own the cancellableMike Ruprecht2-1/+2
2011-04-08Fix signal signatureEmilio Pozuelo Monfort1-1/+1
2011-04-01Add infrastructure for libtool versioningSjoerd Simons1-0/+3
2011-03-23Fix typoSjoerd Simons1-1/+1
2011-03-23Add a ready property on the client object treeSjoerd Simons3-2/+143
2011-03-22Add API to get the current video stateSjoerd Simons2-0/+37
2011-03-22Correct the streams-removed callbackSjoerd Simons1-7/+8
2011-03-08Don't pass a library suffix to ./configureEmilio Pozuelo Monfort1-1/+0
2011-03-03Add service side headers to installed headersDanielle Madeley1-13/+10
2011-03-02CallChannel: free the call detailsEmilio Pozuelo Monfort1-1/+1
2011-03-02Check parameters in public APIsEmilio Pozuelo Monfort1-0/+6
2011-03-02Add a tpy_call_channel_get_state() accessorEmilio Pozuelo Monfort2-0/+22
2011-02-23Use the correct types for tp_asv_get_boxedEmilio Pozuelo Monfort2-7/+12
2011-02-23Don't try to copy null boxed typesEmilio Pozuelo Monfort2-8/+16
2011-02-23Remove stray debug messagesEmilio Pozuelo Monfort1-4/+0
2011-02-23CallChannel: do self->priv instead of declaring privEmilio Pozuelo Monfort1-3/+2
2011-02-23CallChannel: remove commented out codeEmilio Pozuelo Monfort1-26/+2
2011-02-23CallStream: use tp_asv_get_*Emilio Pozuelo Monfort1-6/+6
2011-02-23CallChannel: use tp_asv_get_*Emilio Pozuelo Monfort1-15/+15
2011-02-23CallContent: free name when destroying the objectEmilio Pozuelo Monfort1-0/+2
2011-02-23Use DEBUG instead of g_debugEmilio Pozuelo Monfort1-2/+2
2011-02-23Set our default proxy to _CALL_CONTENTEmilio Pozuelo Monfort1-2/+3
2011-02-23call-channel: Implement tpy_call_channel_send_videoSjoerd Simons1-5/+34
2011-02-23call-content: state recover the content informationSjoerd Simons1-5/+51
2011-02-23call-content: Implement _get_streamsSjoerd Simons1-0/+6
2011-02-23call-stream: Set our default proxy to _CALL_STREAMSjoerd Simons1-0/+3
2011-02-23call-stream: Pass ourselves as weak object for tp_cli_*Sjoerd Simons1-1/+1
2011-02-23need to dup boxed values if we want to keep a copy/refSjoerd Simons2-3/+3
2011-02-23Don't try to compile staticallySjoerd Simons1-1/+0
2011-02-23Remove a couple of unimplemented APIsEmilio Pozuelo Monfort2-16/+14
2011-02-23Add a TpyCallChannel classEmilio Pozuelo Monfort4-0/+960
2011-02-23Add a TpyCallContent classEmilio Pozuelo Monfort4-0/+539
2011-02-23Add a TpyCallStream classEmilio Pozuelo Monfort4-0/+461
2011-02-14Add Call.Content.I.VideoControl interfaceJonathon Jongsma1-0/+1