summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'telepathy-glib-0.24'HEADmasterAlexander Akulich2021-02-041-10/+2
|\
* | Revert "Upload documentation to the 0.24.x location"Simon McVittie2014-09-171-2/+0
| | | | | | | | This reverts commit fb9e80acf4504706a9a52c9bca735362dd5411c7.
* | Revert "Don't check documentation completeness in this stable branch"Simon McVittie2014-09-171-2/+10
|/ | | | This reverts commit 0273bfb815ef74115d614f5e5f04e013374f7a01.
* Upload documentation to the 0.24.x locationSimon McVittie2014-03-261-0/+2
|
* Don't check documentation completeness in this stable branchSimon McVittie2014-03-261-10/+2
|
* add tp_protocol_new_vardict()Guillaume Desmottes2014-02-281-0/+1
|
* protocol: add TpProtocol:protocol-properties-vardictGuillaume Desmottes2014-02-281-0/+1
|
* add tp_account_channel_request_set_initial_inviteesGuillaume Desmottes2014-02-261-0/+1
|
* add tp_account_channel_request_set_initial_invitee_ids()Guillaume Desmottes2014-02-261-0/+1
|
* add tp_account_channel_request_set_conference_initial_channels()Guillaume Desmottes2014-02-261-0/+1
|
* add tp_account_channel_request_set_sms_channel()Guillaume Desmottes2014-02-251-0/+1
|
* add tp_account_channel_request_new_dbus_tube()Guillaume Desmottes2014-02-251-0/+1
|
* add tp_account_channel_request_new_stream_tube()Guillaume Desmottes2014-02-251-0/+1
|
* add tp_account_channel_request_set_file_transfer_hash()Guillaume Desmottes2014-02-251-0/+1
|
* TpBaseConnection: add "account-path-suffix" propertyXavier Claessens2014-02-171-0/+1
|
* tp_connection_manager_param_dup_variant_type: addSimon McVittie2014-02-041-0/+1
| | | | | | | | | | | | | In order for this to work, TpProtocol now ignores parameters whose D-Bus signatures are not a syntactically valid single complete type. This is helpful for Mission Control to be able to migrate parameters from untyped to typed storage - it stores parameters in terms of GVariant. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71093 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> [added (transfer full) as requested in review -smcv]
* TpProtocol: add API for presence statusesSimon McVittie2013-11-111-0/+2
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* TpPresenceStatusSpec: be a boxed typeSimon McVittie2013-11-111-0/+5
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* TpPresenceStatusSpec: add some accessorsSimon McVittie2013-11-111-0/+4
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* TpProtocol: add high-level API for the Addressing interfaceSimon McVittie2013-11-111-0/+7
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* tp_protocol_identify_account_async: add and testSimon McVittie2013-11-111-0/+2
| | | | | | | | To make the test a little more interesting and a little more realistic, we normalize the 'account' parameter to lower-case. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* tp_protocol_normalize_contact_async: add and testSimon McVittie2013-11-111-0/+3
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* Generate code for newly-stable interfacesSimon McVittie2013-10-282-0/+69
|
* spec 0.27.3Guillaume Desmottes2013-10-281-0/+1
|
* tp_value_array_free: addSimon McVittie2013-09-261-0/+1
| | | | | | | | This lets connection managers and other Telepathy modules free the result of tp_value_array_build() without deprecation warnings. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69849 Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk>
* 0.24 branchSimon McVittie2013-09-261-0/+1
|
* TpBaseConnection: Implement SelfID and SelfContactChangedXavier Claessens2013-09-231-0/+4
|
* tp_dbus_properties_mixin_dup_all: make publicSimon McVittie2013-09-131-0/+1
| | | | | | | | | There's no real reason not to - anything that implements D-Bus properties is clearly going to have this method in some form. Also, my next commit needs it. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69283 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* Add missing doc for TP_VERSION_0_22Xavier Claessens2012-10-041-0/+1
|
* Revert "Don't check documentation completeness in this stable branch"Guillaume Desmottes2012-10-031-2/+10
| | | | This reverts commit 860832b0521da2145e71bb2c06ff05b3a921c59f.
* Revert "Upload documentation to the 0.20.x location"Guillaume Desmottes2012-10-031-2/+0
| | | | This reverts commit 8a13206cedc749c301521f65b7f6f017fa39aee5.
* Upload documentation to the 0.20.x locationSimon McVittie2012-10-031-0/+2
| | | | To be reverted in the 0.21 branch.
* Don't check documentation completeness in this stable branchSimon McVittie2012-10-031-10/+2
| | | | To be reverted in the 0.21 branch.
* tp_message_set_variant: add and testSimon McVittie2012-09-261-0/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=55096
* tp_message_dup_part: addSimon McVittie2012-09-261-0/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=55096
* tp_account_channel_request_dup_request, request-vardict property: addSimon McVittie2012-09-261-0/+1
| | | | | 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/+1
| | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55099
* tp_g_socket_address_from_g_variant, ↵Simon McVittie2012-09-261-0/+2
| | | | | | tp_address_g_variant_from_g_socket_address: add https://bugs.freedesktop.org/show_bug.cgi?id=55101
* tp_channel_request_dup_immutable_properties: addSimon McVittie2012-09-261-0/+1
| | | | | | | 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/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=55103
* TpStreamTubeChannel: add parameters-vardict and its getterSimon McVittie2012-09-261-0/+1
| | | | | | | Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55095 https://bugs.freedesktop.org/show_bug.cgi?id=55024
* tp_contact_dup_location, TpContact:location-vardict: addSimon McVittie2012-09-261-0/+1
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=55095
* tp_base_client_add_observer_filter_vardict etc.: addSimon McVittie2012-09-261-0/+3
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=55100
* Add tp_dbus_tube_channel_dup_parameters_vardict()Chandni Verma2012-09-171-0/+1
| | | | | | [applied with documentation adjustments -smcv] Bug: https://bugs.freedesktop.org/show_bug.cgi?id=55024 Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
* GVariant: Add tp_vardict_get_foo() similar to tp_asv_get_foo()Xavier Claessens2012-09-152-0/+24
|
* TpContact: Deprecate _get_ functions returning a GList and replace them by _dup_Xavier Claessens2012-09-051-0/+1
| | | | | | 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
* TpTextChannel: Deprecate _get_ functions returning a GList and replace them ↵Xavier Claessens2012-09-051-0/+1
| | | | | | | | by _dup_ 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
* TpBaseClient: Deprecate _get_ functions returning a GList and replace them ↵Xavier Claessens2012-09-051-0/+2
| | | | | | | | by _dup_ 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
* TpAccountManager: Deprecate _get_ functions returning a GList and replace ↵Xavier Claessens2012-09-051-0/+1
| | | | | | | | them by _dup_ 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
* TpContactSearchResult: Deprecate _get_ functions returning a GList and ↵Xavier Claessens2012-09-051-0/+1
| | | | | | | | replace them by _dup_ 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