summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-request.c
Commit message (Collapse)AuthorAgeFilesLines
* TpCDO, TpChannelRequest: always has a factorySimon McVittie2013-09-061-0/+4
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* TpCDO, TpChannelRequest: mention that they should come from "larger" objectsSimon McVittie2013-09-061-0/+4
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* TpChannelDispatchOperation, TpChannelRequest: remove boilerplateSimon McVittie2013-09-061-9/+0
| | | | | | | | This text made sense before we implemented more stuff, but is obsolete now. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54061 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* prepare 0.19.10telepathy-glib-0.19.10Guillaume Desmottes2012-09-261-4/+4
|
* tp_channel_request_dup_immutable_properties: addSimon McVittie2012-09-261-0/+50
| | | | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55101 https://bugs.freedesktop.org/show_bug.cgi?id=55103
* tp_channel_request_dup_hints: addSimon McVittie2012-09-261-0/+48
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=55103
* prepare 0.19.9 releasetelepathy-glib-0.19.9Xavier Claessens2012-09-111-1/+1
|
* Deprecate tp_channel_request_new() and tp_channel_dispatch_operation_new()Xavier Claessens2012-09-111-0/+2
| | | | | | | | | | | | | | | | Those constructors are useless because TpChannelRequest and TpChannelDispatchOperation objects are created internally by TpBaseClient and friends. Applications using the high-level API should never need them. Those constructors are harmful because they do not take a factory and they need a factory internally. This means that creating our own TpChannelRequest/TpChannelDispatchOperation will create our own account/connection/channel/whatever objects instead of sharing them. Internally we already have _new_with_factory() variant. https://bugs.freedesktop.org/show_bug.cgi?id=49372
* Stop using TP_ERRORSSimon McVittie2012-05-021-2/+2
| | | | We deprecated this in 0.11.
* Use GLib's default marshaller everywhereSimon McVittie2012-03-011-6/+2
| | | | | | | | In contrast to the previous commit, I'm just using NULL here - telepathy-glib has an explicit dependency on GLib 2.30. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46523 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
|
* Version 0.15.5telepathy-glib-0.15.5Will Thompson2011-08-171-2/+2
|
* Deprecate tp_account_manager_ensure_account()Xavier Claessens2011-08-171-15/+16
| | | | Use instead tp_simple_client_factory_ensure_account()
* Deprecate Tp{Basic,Automatic}ProxyFactory in favor of ↵Xavier Claessens2011-07-261-1/+10
| | | | | | Tp{Simple,Automatic}ClientFactory Add internal wrappers for deprecated functions so we can still use them for compatibility
* Use TpSimpleClientFactory to create TpChannel objectsXavier Claessens2011-07-261-13/+13
| | | | | For compatibility, still use TpAutomaticProxyFactory if one is explicitely set, but use TpAutomaticClientFactory otherwise.
* Ensure TpChannelRequest always has a factory and use it to create its ↵Xavier Claessens2011-07-201-5/+7
| | | | TpConnection and TpAccount
* Add TpSimpleClientFactoryXavier Claessens2011-07-201-0/+24
| | | | | | This is a new object replacing TpBasicProxyFactory but can construct any known TpProxy subclasses, guarantee their uniqueness per object-path and keep a user-defined set of features to prepare on them.
* ChannelRequest: unref connection, not NULL channelWill Thompson2011-07-151-1/+1
|
* prepare 0.15.3telepathy-glib_0.15.3Guillaume Desmottes2011-07-081-6/+6
|
* TpChannelRequest: add properties and accessors for Account, UserActionTime ↵Guillaume Desmottes2011-06-241-0/+148
| | | | | | | and PreferredHandler (#38605) I didn't add Requests as it's less useful and I'm not sure we want to expose more string -> GVariant hash table in the API.
* Replace 0.13.UNRELEASED with 0.13.14Will Thompson2011-02-231-8/+8
|
* improve docGuillaume Desmottes2011-02-221-3/+5
|
* document with version of MC implements SucceedWithChannelGuillaume Desmottes2011-02-221-2/+1
|
* always Fire TpChannelRequest::succeeded-with-channel instead and deprecate ↵Guillaume Desmottes2011-02-221-6/+24
| | | | the succeed signal
* channel-request: channel-factory property can be changedGuillaume Desmottes2011-02-221-1/+1
|
* TpChannelRequest: add API to get the hintsGuillaume Desmottes2011-02-221-0/+45
|
* TpChannelRequest: store the immutable properties as a GObject propGuillaume Desmottes2011-02-221-4/+58
|
* TpChannelRequest: use channel factoryGuillaume Desmottes2011-02-221-3/+117
|
* TpChannelRequest: add succeeded-with-channel signalGuillaume Desmottes2011-02-221-0/+79
|
* channel-request: use signals arrayGuillaume Desmottes2011-02-221-3/+8
|
* Remove redundant trailing semicolons from G_DEFINE_TYPE etc.Simon McVittie2010-10-061-1/+1
| | | | ISO C forbids them, and they're an easy thing to get rid of.
* Use macros WARNING(), etc., consistently (within the library)Simon McVittie2010-04-301-2/+2
|
* 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/+32
|
* Add basic proxies for ChannelDispatchOperation, ChannelRequestSimon McVittie2009-06-101-0/+250