summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-channel-request.h
Commit message (Collapse)AuthorAgeFilesLines
* add tp_account_channel_request_set_initial_inviteesGuillaume Desmottes2014-02-261-0/+5
|
* add tp_account_channel_request_set_initial_invitee_ids()Guillaume Desmottes2014-02-261-0/+5
|
* add tp_account_channel_request_set_conference_initial_channels()Guillaume Desmottes2014-02-261-0/+7
|
* add tp_account_channel_request_set_sms_channel()Guillaume Desmottes2014-02-251-0/+4
|
* add tp_account_channel_request_new_dbus_tube()Guillaume Desmottes2014-02-251-0/+6
|
* add tp_account_channel_request_new_stream_tube()Guillaume Desmottes2014-02-251-0/+8
|
* add tp_account_channel_request_set_file_transfer_hash()Guillaume Desmottes2014-02-251-0/+6
|
* prepare 0.19.10telepathy-glib-0.19.10Guillaume Desmottes2012-09-261-2/+2
|
* tp_account_channel_request_dup_request, request-vardict property: addSimon McVittie2012-09-261-0/+3
| | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55099
* tp_account_channel_request_new_vardict: addSimon McVittie2012-09-261-0/+5
| | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55099
* Prepare 0.19.8 releasetelepathy-glib-0.19.8Xavier Claessens2012-08-311-0/+1
|
* Add tp_account_channel_request_set_hint APISjoerd Simons2012-08-301-0/+4
| | | | | And an easy and bindable API to add a single hint to the hints dictionary
* Add single-include #error in all headers included from telepathy-glib(-dbus).hXavier Claessens2012-06-051-0/+4
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=49384
* Version-annotate recent APISimon McVittie2012-05-031-0/+13
|
* Use _TP_DEPRECATED_IN_* for most deprecated functionsSimon McVittie2012-05-021-2/+4
| | | | | | Also make use of TP_DISABLE_DEPRECATED consistent: always wrap deprecated functions, and add deprecation decorators to any wrapped function.
* tp_account_channel_request_set_file_transfer_description etc.: addSimon McVittie2012-04-301-0/+13
| | | | | | | | | These are partly useful in their own right, and partly a demonstration of how any other optional properties should work in this API. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48780
* tp_account_channel_request_new_file_transfer: addSimon McVittie2012-04-301-0/+9
| | | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48780
* tp_account_channel_request_new_audio_call, audio_video_call: addSimon McVittie2012-04-301-0/+9
| | | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48780
* tp_account_channel_request_set_request_property: addSimon McVittie2012-04-301-0/+7
| | | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48780
* tp_account_channel_request_new_text, ↵Simon McVittie2012-04-301-0/+15
| | | | | | | | tp_account_channel_request_set_target_contact, tp_account_channel_request_set_target_id: add Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=48780
* Deprecate Tp{Basic,Automatic}ProxyFactory in favor of ↵Xavier Claessens2011-07-261-1/+2
| | | | | | Tp{Simple,Automatic}ClientFactory Add internal wrappers for deprecated functions so we can still use them for compatibility
* TpAccountChannelRequest: add ↵Guillaume Desmottes2011-07-081-0/+11
| | | | org.freedesktop.Telepathy.ChannelRequest.DelegateToPreferredHandler support (#38249)
* add tp_account_channel_request_set_delegate_to_preferred_handler()Guillaume Desmottes2011-07-081-0/+4
|
* add tp_account_channel_request_set_hints()Guillaume Desmottes2011-02-221-0/+4
|
* add tp_account_channel_request_{create,ensure}_and_observe_channel_async ↵Guillaume Desmottes2011-02-221-0/+26
| | | | (fdo #29457)
* account-channel-request: add a channel-request property (#33761)Guillaume Desmottes2011-02-011-0/+4
|
* fd.o #31631: fix confusion between TpClientChannelFactory and ↵Simon McVittie2010-11-161-1/+1
| | | | | | | | | | | | | TpClientChannelFactoryInterface The former (which didn't previously have a typedef) is a GObject which implements TP_TYPE_CLIENT_CHANNEL_FACTORY. The latter is the vtable struct for that interface (i.e. it's a class-like structure). This is an API break (for anyone who was using channel factories, which are relatively recent), but not an ABI break. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* add tp_account_channel_request_set_channel_factory()Guillaume Desmottes2010-10-071-0/+5
|
* add API to request a channel and let MC dispatch it (fdo #29456)Guillaume Desmottes2010-08-101-0/+28
|
* tp_account_channel_request_new has to G_GNUC_WARN_UNUSED_RESULTGuillaume Desmottes2010-08-101-1/+1
|
* move {create_ensure}_and_handle API from TpAccount to TpAccountChannelRequestGuillaume Desmottes2010-08-091-0/+27
|
* add account-channel-requestGuillaume Desmottes2010-08-091-0/+71