summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-dispatch-operation.c
Commit message (Expand)AuthorAgeFilesLines
* TpCDO, TpChannelRequest: always has a factorySimon McVittie2013-09-061-0/+4
* TpCDO, TpChannelRequest: mention that they should come from "larger" objectsSimon McVittie2013-09-061-0/+3
* TpChannelDispatchOperation, TpChannelRequest: remove boilerplateSimon McVittie2013-09-061-4/+0
* tp_channel_dispatch_operation_get_channels: annotate return type, don't skipSimon McVittie2012-09-261-2/+3
* prepare 0.19.9 releasetelepathy-glib-0.19.9Xavier Claessens2012-09-111-10/+10
* Deprecate tp_channel_request_new() and tp_channel_dispatch_operation_new()Xavier Claessens2012-09-111-0/+2
* TpDispatchOperation: Deprecate _borrow_ functions and replace them by _get_Xavier Claessens2012-09-051-0/+92
* Stop using TP_ERRORSSimon McVittie2012-05-021-5/+5
* Use g_ptr_array_new_full() now that we can depend on glib 2.30Xavier Claessens2012-04-231-2/+2
* Complete results of TpProxy D-Bus calls in an idleSimon McVittie2012-04-121-7/+7
* Use GLib's default marshaller everywhereSimon McVittie2012-03-011-3/+1
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* Simplify _finish() functions using _tp_implement_finish_*Xavier Claessens2011-12-141-42/+5
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-1/+1
* Fix race condition when an observer calls claim_with then accept the contextXavier Claessens2011-11-071-119/+50
* Use TpSimpleClientFactory to create TpChannel objectsXavier Claessens2011-07-261-1/+2
* Rename _tp_g_ptr_array_sized_new_with_free_func() to _tp_g_ptr_array_new_full()Xavier Claessens2011-07-221-3/+3
* Always create TpChannelDispatchOperation through a factoryXavier Claessens2011-07-201-65/+23
* Add TpSimpleClientFactoryXavier Claessens2011-07-201-0/+13
* Factor out _tp_g_ptr_array_sized_new_with_free_func()Xavier Claessens2011-07-121-6/+4
* prepare 0.15.2telepathy-glib_0.15.2Guillaume Desmottes2011-06-211-4/+4
* add tp_channel_dispatch_operation_destroy_channels_async() (fdo #28015)Guillaume Desmottes2011-05-301-0/+92
* add tp_channel_dispatch_operation_leave_channels_async (#28015)Guillaume Desmottes2011-05-301-1/+129
* prepare 0.15.1telepathy-glib_0.15.1Guillaume Desmottes2011-05-301-2/+2
* factor out prepare_core_and_claim_ctx_failed()Guillaume Desmottes2011-05-271-12/+20
* Add tp_channel_dispatch_operation_close_channels_async() (#28015)Guillaume Desmottes2011-05-271-0/+91
* factor out prepare_core_and_claim()Guillaume Desmottes2011-05-261-20/+87
* Fix race in tp_channel_dispatch_operation_claim_with_async()Guillaume Desmottes2011-05-171-10/+11
* prepare 0.15.0telepathy-glib_0.15.0Guillaume Desmottes2011-05-171-4/+4
* channel-dispatch-operation: use prepare_async to prepare coreGuillaume Desmottes2011-05-121-5/+15
* channel-dispatch-operation: simplify core preparationGuillaume Desmottes2011-05-121-18/+2
* deprecate tp_channel_dispatch_operation_claim_async()Guillaume Desmottes2011-05-101-0/+4
* fix doc of tp_channel_dispatch_operation_claim_async()Guillaume Desmottes2011-05-101-2/+2
* add tp_channel_dispatch_operation_claim_with_async() (fdo #36490)Guillaume Desmottes2011-05-101-0/+120
* Use tp_proxy_add_interfaces() moreGuillaume Desmottes2011-04-121-16/+1
* Remove redundant trailing semicolons from G_DEFINE_TYPE etc.Simon McVittie2010-10-061-1/+1
* Reference TP_USER_ACTION_TIME_* everywhere a user action time is usedSimon McVittie2010-08-121-7/+11
* Prepare version 0.11.7telepathy-glib-0.11.7Simon McVittie2010-06-141-2/+2
* tp_channel_dispatch_operation_handle_with_async: @handler is allow noneGuillaume Desmottes2010-06-081-3/+3
* add tp_channel_dispatch_operation_handle_with_time_{async,finish} (fdo #28241)Guillaume Desmottes2010-06-081-0/+80
* Prepare release 0.11.5telepathy-glib-0.11.5Simon McVittie2010-05-101-16/+16
* TpChannelDispatchOperation: don't crash if channels is not given in g_object_newSimon McVittie2010-05-101-2/+8
* TpChannelDispatchOperation: assert that we're not leaking propertiesSimon McVittie2010-05-101-0/+4
* TpChannelDispatchOperation: defer interpretation of immutables until constructedSimon McVittie2010-05-101-16/+20
* no need to pass dbus-connection when constructing CDOGuillaume Desmottes2010-05-101-2/+0
* add _tp_channel_dispatch_operation_new_with_objectsGuillaume Desmottes2010-05-101-0/+43
* CDO: update list of channels when we fetch them from D-BusGuillaume Desmottes2010-05-101-27/+73
* CDO: make account, connection and channels properties construct-onlyGuillaume Desmottes2010-05-101-4/+32
* skip tp_channel_dispatch_operation_borrow_* methodsGuillaume Desmottes2010-05-071-6/+6
* rename channel-dispatch-operation-properties property to cdo-propertiesGuillaume Desmottes2010-05-071-9/+9