summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-client.h
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+9
* TpBaseClient: Deprecate _get_ functions returning a GList and replace them by...Xavier Claessens2012-09-051-0/+9
* Add single-include #error in all headers included from telepathy-glib(-dbus).hXavier Claessens2012-06-051-0/+4
* Version-annotate recent APISimon McVittie2012-05-031-0/+3
* Use _TP_DEPRECATED_IN_* for most deprecated functionsSimon McVittie2012-05-021-18/+25
* Remove useless ; lineXavier Claessens2011-08-171-1/+0
* Define _TP_GNUC_DEPRECATED_FOR() and use it where appropriateXavier Claessens2011-08-171-6/+16
* TpBaseClient: add constructors with factory instead of AMXavier Claessens2011-08-171-1/+2
* Deprecate tp_base_client_add_*_features()Xavier Claessens2011-08-171-6/+6
* Deprecate Tp{Basic,Automatic}ProxyFactory in favor of Tp{Simple,Automatic}Cli...Xavier Claessens2011-07-261-2/+2
* TpBaseClient: add org.freedesktop.Telepathy.ChannelRequest.DelegateToPreferre...Guillaume Desmottes2011-07-081-0/+10
* Use new DelegateChannels() APIGuillaume Desmottes2011-05-161-0/+2
* add tp_base_client_delegate_channels_{async,finish} (fdo #34610)Guillaume Desmottes2011-05-161-0/+11
* add tp_channel_dispatch_operation_claim_with_async() (fdo #36490)Guillaume Desmottes2011-05-101-1/+4
* add tp_base_client_is_handling_channel (fdo #35990)Guillaume Desmottes2011-04-051-0/+3
* base-client: add set_observer_delay_approvers functionJonny Lamb2011-03-041-0/+2
* fd.o #31631: fix confusion between TpClientChannelFactory and TpClientChannel...Simon McVittie2010-11-161-2/+2
* base-client: use TpClientChannelFactory to create channelsGuillaume Desmottes2010-10-071-0/+7
* TpBaseClient: wait for user-set account, connection and channel featuresSimon McVittie2010-08-171-0/+15
* fd.o #29614: add TpBaseClient:account-managerSimon McVittie2010-08-171-0/+2
* TpBaseClient: convert virtual methods into normal GObject virtual methodsSimon McVittie2010-08-121-24/+28
* TpBaseClient: add "C bindings" for all three propertiesSimon McVittie2010-07-131-4/+6
* add tp_base_client_unregister (fdo #28155)Guillaume Desmottes2010-05-181-0/+2
* tp_base_client_get_pending_requests: return a copy of the listGuillaume Desmottes2010-05-171-1/+1
* implement request-added signal and tp_base_client_get_pending_requests()Guillaume Desmottes2010-05-171-1/+1
* add API to implement HandleChannelsGuillaume Desmottes2010-05-171-0/+13
* base-client Re-introduce Handler codeGuillaume Desmottes2010-05-171-0/+28
* base-client: add API to implement AddDispatchOperation()Guillaume Desmottes2010-05-071-0/+12
* base-client: uncomment Approver codeGuillaume Desmottes2010-05-071-2/+0
* base-client: remove Handler bitsGuillaume Desmottes2010-05-071-30/+0
* Revert "test-base-client: remove Approver and Handler tests for now"Guillaume Desmottes2010-05-071-0/+37
* TpBaseClientClassObserveChannelsImpl: rename self pointer to 'client' to fit ...Guillaume Desmottes2010-04-291-1/+1
* test-base-client: remove Approver and Handler tests for nowGuillaume Desmottes2010-04-291-37/+0
* add tp_base_client_get_bus_name and tp_base_client_get_object_pathGuillaume Desmottes2010-04-291-0/+4
* cache TpBaseClientClassPrivate pointer in TpBaseClientClassGuillaume Desmottes2010-04-291-0/+2
* allow tp_base_client_register to failGuillaume Desmottes2010-04-291-1/+2
* Disable Approver and Handler support for nowGuillaume Desmottes2010-04-291-0/+4
* rename base-client-context* to observe-channels-context*Guillaume Desmottes2010-04-291-1/+1
* change TpBaseClientClassObserveChannelsImpl to a more high level APIGuillaume Desmottes2010-04-291-5/+8
* add padding to _TpBaseClientClassGuillaume Desmottes2010-04-291-0/+1
* add API to allow subclass of TpBaseClient to implement ObserveChannelsGuillaume Desmottes2010-04-291-0/+15
* remove tp_base_client_newGuillaume Desmottes2010-04-291-4/+0
* move _TpBaseClient(Class) to header so we can subclassGuillaume Desmottes2010-04-291-0/+13
* Add TpBaseClient (fdo #25236)Guillaume Desmottes2010-04-291-0/+106