summaryrefslogtreecommitdiff
path: root/telepathy-glib/dbus-tube-channel.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-08TpChannel:channel-properties: change type to GVariantSimon McVittie1-1/+1
2014-04-08TpChannel: stop implementing TpChannelIface, and make those properties read-onlySimon McVittie1-1/+0
2014-04-03Split gnio-util.h into the Telepathy D-Bus API part, and the GIO partSimon McVittie1-0/+1
2014-04-03Move dbus-glib-style a{sv} utilities into the dbus librarySimon McVittie1-0/+1
2014-04-01Rename _new_with_factory() to simply _new()Xavier Claessens1-3/+1
2014-02-28tp_asv_to_vardict: return a floating refGuillaume Desmottes1-1/+2
2014-02-27make tp_asv_{to,from}_vardict publicGuillaume Desmottes1-3/+3
2014-02-27dbus-tube-channel: store parameters as a GVariantGuillaume Desmottes1-9/+13
2014-02-27tp_dbus_tube_channel_offer_async: take a GVariant as parametersGuillaume Desmottes1-6/+9
2014-02-27dbus-tube: use the vardict version of the 'parameters' propertyGuillaume Desmottes1-27/+2
2014-02-27rename tp_dbus_tube_channel_dup_parameters_vardict()Guillaume Desmottes1-4/+4
2014-02-27remove tp_dbus_tube_channel_get_parametersGuillaume Desmottes1-17/+0
2014-02-13TargetHandleType has been renamed to TargetEntityTypeGuillaume Desmottes1-1/+1
2014-02-13TpHandleType has been renmed to TpEntityTypeGuillaume Desmottes1-1/+1
2013-10-25Don't strip ABI versions from generated codeSimon McVittie1-10/+10
2012-10-08Merge branch 'master' into nextSimon McVittie1-1/+59
2012-09-26prepare 0.19.10telepathy-glib-0.19.10Guillaume Desmottes1-2/+2
2012-09-26TpDBusTubeChannel: add parameters-vardictSimon McVittie1-1/+28
2012-09-18Introspection: Fix build breakTravis Reitter1-1/+1
2012-09-17Add tp_dbus_tube_channel_dup_parameters_vardict()Chandni Verma1-0/+31
2012-09-07Merge branch 'master' into nextXavier Claessens1-2/+3
2012-09-05TpChannel: Deprecate _borrow_ functions and replace them by _get_Xavier Claessens1-2/+3
2012-06-26TpProxy: move sealed fields to privateXavier Claessens1-4/+2
2012-05-03Merge branch 'master' into nextSimon McVittie1-9/+9
2012-05-03Version-annotate recent APISimon McVittie1-7/+7
2012-05-02Stop using TP_ERRORSSimon McVittie1-2/+2
2012-04-25Rename TpSimpleClientFactory to TpClientFactoryXavier Claessens1-1/+1
2012-04-10Merge branch 'master' into nextSimon McVittie1-3/+3
2012-04-10Merge branch 'master' into nextSimon McVittie1-3/+477
2012-04-06many fixes to documentation commentsJonny Lamb1-2/+2
2012-04-03Introspect a few gettersXavier Claessens1-1/+1
2012-04-02version 0.18.0telepathy-glib-0.18.0Jonny Lamb1-5/+5
2012-04-02DBusTubeChannel: write a better preamble maybe?Will Thompson1-3/+37
2012-03-30DBusTubeChannel: always use CREDENTIALS for nowWill Thompson1-6/+10
2012-03-30dbus-tube: fail offer/accept if channel is invalidatedWill Thompson1-3/+39
2012-03-28add tp_dbus_tube_channel_accept_async()Guillaume Desmottes1-0/+108
2012-03-28Correct English in tp_dbus_tube_channel_offer_async()Will Thompson1-1/+1
2012-03-28add tp_dbus_tube_channel_offer_async()Guillaume Desmottes1-0/+182
2012-03-28Add TP_DBUS_TUBE_CHANNEL_FEATURE_COREGuillaume Desmottes1-0/+108
2012-03-01Use GLib's default marshaller everywhereSimon McVittie1-2/+0
2012-02-06Add config.h include in all source filesXavier Claessens1-1/+1
2011-09-30Version 0.15.6telepathy-glib-0.15.6Xavier Claessens1-7/+7
2011-09-15Remove tp_dbus_tube_channel_new()Xavier Claessens1-27/+0
2011-09-15TpAutomaticClientFactory: Create TpDBusTubeChannel objectsXavier Claessens1-0/+14
2011-09-15Add TpDBusTubeChannel (#29271)Guillaume Desmottes1-0/+307