summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-dispatch-operation.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix #TpProxy::invalidated references in docGuillaume Desmottes2010-05-071-5/+5
* document the error code used when invalidating the CDO as a result of tp_chan...Guillaume Desmottes2010-05-071-1/+1
* don't skip the channel-lost sigGuillaume Desmottes2010-05-071-1/+1
* set preparing_core when starting to prepareGuillaume Desmottes2010-05-071-0/+2
* get_dispatch_operation_prop_cb: invalidate the CDO is a property is missingGuillaume Desmottes2010-05-071-4/+23
* fix identationGuillaume Desmottes2010-05-071-25/+25
* remove setter for connection, account and possible-handlers propertiesGuillaume Desmottes2010-05-071-12/+0
* channel-dispatch-operation: don't crash if ChannLost is fired before we fetch...Guillaume Desmottes2010-05-071-0/+4
* add tp_channel_dispatch_operation_claim_{async,finish}Guillaume Desmottes2010-05-071-0/+90
* add tp_channel_dispatch_operation_handle_with_{async,finish}Guillaume Desmottes2010-05-071-0/+100
* TpChannelDispatchOperation: implement "channel-lost" signalGuillaume Desmottes2010-05-071-3/+82
* implement TP_CHANNEL_DISPATCH_OPERATION_FEATURE_COREGuillaume Desmottes2010-05-071-1/+153
* add accessors for propertiesGuillaume Desmottes2010-05-071-2/+99
* channel-dispatch-operation: add GObject propertiesGuillaume Desmottes2010-05-071-2/+382
* add TP_CHANNEL_DISPATCH_OPERATION_FEATURE_COREGuillaume Desmottes2010-05-071-0/+34
* Use macros WARNING(), etc., consistently (within the library)Simon McVittie2010-04-301-1/+1
* Prepare 0.7.32telepathy-glib-0.7.32Simon McVittie2009-06-121-2/+2
* spec 0.17.26 classes: make safe to extendSimon McVittie2009-06-101-5/+33
* Add basic proxies for ChannelDispatchOperation, ChannelRequestSimon McVittie2009-06-101-0/+223