summaryrefslogtreecommitdiff
path: root/telepathy-glib/account-channel-request.c
Commit message (Collapse)AuthorAgeFilesLines
* 0.23.2telepathy-glib-0.23.2Guillaume Desmottes2014-02-261-7/+7
|
* add tp_account_channel_request_set_initial_inviteesGuillaume Desmottes2014-02-261-0/+41
|
* add tp_account_channel_request_set_initial_invitee_ids()Guillaume Desmottes2014-02-261-0/+27
|
* add tp_account_channel_request_set_conference_initial_channels()Guillaume Desmottes2014-02-261-0/+35
|
* account-channel-request: set TargetHandleType: TP_HANDLE_TYPE_NONE if neededGuillaume Desmottes2014-02-261-0/+10
|
* account-channel-request: factor out going_to_request()Guillaume Desmottes2014-02-251-45/+32
|
* add tp_account_channel_request_set_sms_channel()Guillaume Desmottes2014-02-251-0/+25
|
* add tp_account_channel_request_new_dbus_tube()Guillaume Desmottes2014-02-251-0/+49
|
* add tp_account_channel_request_new_stream_tube()Guillaume Desmottes2014-02-251-0/+52
|
* add tp_account_channel_request_set_file_transfer_hash()Guillaume Desmottes2014-02-251-0/+33
|
* prepare 0.19.10telepathy-glib-0.19.10Guillaume Desmottes2012-09-261-3/+3
|
* tp_account_channel_request_dup_request, request-vardict property: addSimon McVittie2012-09-261-6/+83
| | | | | 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/+49
| | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55099
* tp_account_channel_request_set_hints: document that set_hint is better for g-iSimon 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
* Prepare 0.19.8 releasetelepathy-glib-0.19.8Xavier Claessens2012-08-311-1/+1
|
* Add tp_account_channel_request_set_hint APISjoerd Simons2012-08-301-0/+36
| | | | | And an easy and bindable API to add a single hint to the hints dictionary
* Release 0.19.0telepathy-glib-0.19.0Xavier Claessens2012-05-091-11/+11
|
* Stop using TP_ERRORSSimon McVittie2012-05-021-3/+3
| | | | We deprecated this in 0.11.
* Don't (visibly) document ROOM-based Call channels yetSimon McVittie2012-04-301-0/+2
| | | | | | | | No CM implements them, yet. 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
* Format bullet lists correctlySimon McVittie2012-04-301-6/+6
| | | | | | | | gtk-doc's subset of Markdown allows "-" as a bullet point, but not "*". 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_file_transfer_description etc.: addSimon McVittie2012-04-301-0/+159
| | | | | | | | | 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/+63
| | | | | | 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/+117
| | | | | | 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/+53
| | | | | | 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/+113
| | | | | | | | 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
* TpAccountChannelRequest: copy the hash table with a specific memory modelSimon McVittie2012-04-301-1/+12
| | | | | | | | | | | | Forcing use of a particular key and value destructor makes it safe to edit the hash table after the request has been created. (Setting every property in the constructor doesn't scale, in the presence of optional properties, and we want high-level API for this so apps can be a bit less D-Bus-API-dependent.) 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
* Document that tp_user_action_time_from_x11 works for GDK 3 tooSimon McVittie2012-04-161-1/+1
| | | | | | | | | | GDK 3 uses the same timestamps as GDK 2, X11, and Clutter 1.0. Also change the spelling from Gdk to GDK, following the style used in GDK's own documentation. Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
* Complete results of TpProxy D-Bus calls in an idleSimon McVittie2012-04-121-1/+1
| | | | | | | | | | | | GAsyncResult guarantees to call your callback from the main loop. For historical reasons (basically "5 years ago I didn't know any better"), TpProxy does not: if the interface is missing or the proxy has been invalidated, the callback is called re-entrantly. I'm going to fix that in Telepathy 1.0, but for now, let's give GAsyncResult the correct semantics. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=45514 Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Use GLib's default marshaller everywhereSimon McVittie2012-03-011-3/+1
| | | | | | | | 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
|
* Simplify _finish() functions using _tp_implement_finish_*Xavier Claessens2011-12-141-15/+1
|
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-1/+1
| | | | | | | | | | | Replace g_(ptr_)array_free (foo, TRUE) and g_hash_table_destroy with respectively g_(ptr_)array_unref (foo) and g_hash_table_unref. I used this command to generate this patch: for f in `find -name "*.c"`; do sed -i $f -re 's/g_ptr_array_free \(([^ ,]+), TRUE\)/g_ptr_array_unref \(\1\)/'; done See Danielle's blog for explanation of possible bug _free can do: http://blogs.gnome.org/danni/2011/11/16/mistakes-with-g_value_set_boxed/
* Version 0.15.5telepathy-glib-0.15.5Will Thompson2011-08-171-1/+1
|
* TpAccountChannelRequest: do not create a TpAccountManager for tmp handlerXavier Claessens2011-08-171-5/+2
| | | | | We can now create TpSimpleHandler with account's factory. This avoid introspection of other accounts if app does not need them.
* Deprecate Tp{Basic,Automatic}ProxyFactory in favor of ↵Xavier Claessens2011-07-261-2/+12
| | | | | | 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-7/+14
| | | | | For compatibility, still use TpAutomaticProxyFactory if one is explicitely set, but use TpAutomaticClientFactory otherwise.
* Fix inconsistency in #includeXavier Claessens2011-07-251-1/+1
|
* Always create TpChannelRequest objects through a factoryXavier Claessens2011-07-201-3/+4
|
* AccountChannelRequest: remove invalid @see_also tagWill Thompson2011-07-201-1/+2
| | | | | | | Previously, gtk-doc complained of an illegal multi-line “Since:” annotation, and omitted the cross-reference from the generated documentation. @see_also is only legal in section headers, not in function documentation.
* prepare 0.15.3telepathy-glib_0.15.3Guillaume Desmottes2011-07-081-3/+3
|
* TpAccountChannelRequest: add ↵Guillaume Desmottes2011-07-081-0/+103
| | | | org.freedesktop.Telepathy.ChannelRequest.DelegateToPreferredHandler support (#38249)
* add tp_account_channel_request_set_delegate_to_preferred_handler()Guillaume Desmottes2011-07-081-0/+29
|
* Replace 0.13.UNRELEASED with 0.13.14Will Thompson2011-02-231-5/+5
|
* add a link to the TP bookGuillaume Desmottes2011-02-221-0/+6
|
* inline channel_request_succeeded()Guillaume Desmottes2011-02-221-49/+44
|
* always Fire TpChannelRequest::succeeded-with-channel instead and deprecate ↵Guillaume Desmottes2011-02-221-2/+4
| | | | the succeed signal
* improve ensure channels docGuillaume Desmottes2011-02-221-6/+6
|
* improve doc of request and observeGuillaume Desmottes2011-02-221-4/+4
|
* use _tp_implement_finish_return_copy_pointer instead of ↵Guillaume Desmottes2011-02-221-27/+10
| | | | request_and_observe_channel_finish
* use Confused error if MC is on crackGuillaume Desmottes2011-02-221-1/+1
|