Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deprecate tp_channel_request_new() and tp_channel_dispatch_operation_new() | Xavier Claessens | 2012-09-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | 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 | ||||
* | TpDispatchOperation: Deprecate _borrow_ functions and replace them by _get_ | Xavier Claessens | 2012-09-05 | 1 | -0/+23 |
| | | | | | | | | | | New transfer and naming policy has been discussed in https://bugs.freedesktop.org/show_bug.cgi?id=39189 and is documented there: http://telepathy.freedesktop.org/wiki/Style/TelepathyGLib There is intentionally no tp_dispatch_operation_get_immutable_properties() since those are internal implementation detail. Individual property getters should be enough. | ||||
* | Add single-include #error in all headers included from telepathy-glib(-dbus).h | Xavier Claessens | 2012-06-05 | 1 | -0/+4 |
| | | | | https://bugs.freedesktop.org/show_bug.cgi?id=49384 | ||||
* | Version-annotate recent API | Simon McVittie | 2012-05-03 | 1 | -0/+8 |
| | |||||
* | add tp_channel_dispatch_operation_destroy_channels_async() (fdo #28015) | Guillaume Desmottes | 2011-05-30 | 1 | -0/+10 |
| | |||||
* | add tp_channel_dispatch_operation_leave_channels_async (#28015) | Guillaume Desmottes | 2011-05-30 | 1 | -0/+12 |
| | |||||
* | Add tp_channel_dispatch_operation_close_channels_async() (#28015) | Guillaume Desmottes | 2011-05-27 | 1 | -0/+12 |
| | |||||
* | add tp_channel_dispatch_operation_claim_with_async() (fdo #36490) | Guillaume Desmottes | 2011-05-10 | 1 | -2/+14 |
| | |||||
* | Reference TP_USER_ACTION_TIME_* everywhere a user action time is used | Simon McVittie | 2010-08-12 | 1 | -1/+1 |
| | |||||
* | add tp_channel_dispatch_operation_handle_with_time_{async,finish} (fdo #28241) | Guillaume Desmottes | 2010-06-08 | 1 | -0/+12 |
| | |||||
* | add tp_channel_dispatch_operation_claim_{async,finish} | Guillaume Desmottes | 2010-05-07 | 1 | -0/+10 |
| | |||||
* | add tp_channel_dispatch_operation_handle_with_{async,finish} | Guillaume Desmottes | 2010-05-07 | 1 | -0/+11 |
| | |||||
* | add accessors for properties | Guillaume Desmottes | 2010-05-07 | 1 | -0/+17 |
| | |||||
* | add TP_CHANNEL_DISPATCH_OPERATION_FEATURE_CORE | Guillaume Desmottes | 2010-05-07 | 1 | -0/+5 |
| | |||||
* | fd.o #22206: deprecate all tp_cli_something_run_something functions | Simon McVittie | 2010-03-30 | 1 | -1/+2 |
| | |||||
* | various: warn about unused results that would indicate an obvious leak | Simon McVittie | 2009-12-18 | 1 | -1/+2 |
| | |||||
* | spec 0.17.26 classes: make safe to extend | Simon McVittie | 2009-06-10 | 1 | -0/+2 |
| | |||||
* | Add basic proxies for ChannelDispatchOperation, ChannelRequest | Simon McVittie | 2009-06-10 | 1 | -0/+78 |