summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-client.c
Commit message (Expand)AuthorAgeFilesLines
* base-client: fix potential uninitialized variable bugGuillaume Desmottes2014-05-261-1/+1
* base-client: fix TpConnection leakGuillaume Desmottes2014-01-201-0/+3
* prepare 0.19.10telepathy-glib-0.19.10Guillaume Desmottes2012-09-261-3/+3
* tp_base_client_add_observer_filter_vardict etc.: addSimon McVittie2012-09-261-0/+98
* prepare 0.19.9 releasetelepathy-glib-0.19.9Xavier Claessens2012-09-111-4/+4
* TpBaseClient: Deprecate _get_ functions returning a GList and replace them by...Xavier Claessens2012-09-051-4/+55
* Modernise GList usageXavier Claessens2012-09-051-2/+1
* Set the ChannelRequests immutable properties when observer channelsSjoerd Simons2012-08-301-1/+8
* Set the ChannelRequests immutable properties when handling channelsSjoerd Simons2012-08-301-1/+10
* TpBaseClient: Ensure that the Connection knows its Account earlyXavier Claessens2012-07-041-0/+6
* TpBaseClient: refactor code that create TpAccount, TpConnection and TpChannelsXavier Claessens2012-07-041-135/+99
* Deprecate tp_account_ensure_connection()Xavier Claessens2012-05-231-3/+6
* Stop using TP_ERRORSSimon McVittie2012-05-021-11/+11
* Use g_ptr_array_new_full() now that we can depend on glib 2.30Xavier Claessens2012-04-231-7/+7
* Complete results of TpProxy D-Bus calls in an idleSimon McVittie2012-04-121-1/+1
* many fixes to documentation commentsJonny Lamb2012-04-061-1/+1
* Introspect a few gettersXavier Claessens2012-04-031-3/+3
* Use GLib's default marshaller everywhereSimon McVittie2012-03-011-5/+2
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-4/+4
* Version 0.15.5telepathy-glib-0.15.5Will Thompson2011-08-171-4/+4
* Improve documentation a bitXavier Claessens2011-08-171-7/+7
* TpBaseClient: add constructors with factory instead of AMXavier Claessens2011-08-171-29/+73
* Deprecate tp_base_client_add_*_features()Xavier Claessens2011-08-171-13/+30
* TpBaseClient: prepare TpAccount, TpConnection and TpChannels with factory des...Xavier Claessens2011-08-171-27/+77
* Deprecate tp_account_manager_ensure_account()Xavier Claessens2011-08-171-7/+16
* Add tp_simple_client_factory_add_*_features_varargs()Xavier Claessens2011-08-041-40/+16
* Deprecate Tp{Basic,Automatic}ProxyFactory in favor of Tp{Simple,Automatic}Cli...Xavier Claessens2011-07-261-0/+14
* Use TpSimpleClientFactory to create TpChannel objectsXavier Claessens2011-07-261-20/+29
* Fix inconsistency in #includeXavier Claessens2011-07-251-1/+1
* Rename _tp_g_ptr_array_sized_new_with_free_func() to _tp_g_ptr_array_new_full()Xavier Claessens2011-07-221-14/+8
* Always create TpChannelDispatchOperation through a factoryXavier Claessens2011-07-201-5/+10
* Always create TpChannelRequest objects through a factoryXavier Claessens2011-07-201-3/+8
* Factor out _tp_g_ptr_array_sized_new_with_free_func()Xavier Claessens2011-07-121-14/+14
* Set initial value to user_action_time to make compiler happyXavier Claessens2011-07-121-1/+1
* prepare 0.15.3telepathy-glib_0.15.3Guillaume Desmottes2011-07-081-2/+2
* TpBaseClient: add org.freedesktop.Telepathy.ChannelRequest.DelegateToPreferre...Guillaume Desmottes2011-07-081-0/+168
* prepare 0.15.0telepathy-glib_0.15.0Guillaume Desmottes2011-05-171-2/+2
* fix typos in docGuillaume Desmottes2011-05-161-5/+6
* Use new DelegateChannels() APIGuillaume Desmottes2011-05-161-11/+131
* add tp_base_client_delegate_channels_{async,finish} (fdo #34610)Guillaume Desmottes2011-05-161-0/+123
* add tp_channel_dispatch_operation_claim_with_async() (fdo #36490)Guillaume Desmottes2011-05-101-4/+24
* Version 0.14.5telepathy-glib-0.14.5Will Thompson2011-04-201-1/+1
* add tp_base_client_is_handling_channel (fdo #35990)Guillaume Desmottes2011-04-201-0/+34
* Fix “Value stored to _ is never read” clang warnings.Will Thompson2011-03-151-1/+1
* prepare 0.13.16Guillaume Desmottes2011-03-071-1/+1
* base-client: add set_observer_delay_approvers functionJonny Lamb2011-03-041-0/+50
* Fix a tonne of documentation nits in client classesWill Thompson2011-02-021-17/+22
* base-client: make set_observer_recover set both waysJonny Lamb2010-12-221-1/+9
* Use g_hash_table_replace instead of _insertSjoerd Simons2010-12-201-1/+1