summaryrefslogtreecommitdiff
path: root/telepathy-glib/protocol.h
Commit message (Collapse)AuthorAgeFilesLines
* 0.23.3telepathy-glib-0.23.3Guillaume Desmottes2014-03-181-0/+2
|
* add tp_protocol_new_vardict()Guillaume Desmottes2014-02-281-0/+6
|
* protocol: add TpProtocol:protocol-properties-vardictGuillaume Desmottes2014-02-281-0/+2
|
* 0.23.1Simon McVittie2014-02-041-11/+11
|
* TpProtocol: add API for presence statusesSimon 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/+35
| | | | | 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/+12
| | | | | | | | 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/+12
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=71048 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* TpProtocol: Deprecate _borrow_ functionsXavier Claessens2012-09-051-0/+4
| | | | | | | | | | | 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_protocol_get_params() because it is internally an unintrospectable C-array, so a proper container needs to be created. In next branch they are internally in a GPtrArray so a _get_ function could be added.
* 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
* TpConnectionManagerParam: seal struct fieldsSimon McVittie2012-06-041-7/+6
| | | | | We have accessors for all of them, and the GValue is going to be a problem as we move towards GVariant.
* future-account: version-annotate new symbolsJonny Lamb2012-05-041-0/+1
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* protocol: add a _get_cm_name function and :cm-name propertyJonny Lamb2012-05-041-0/+2
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Version-annotate recent APISimon McVittie2012-05-031-0/+5
|
* tp_protocol_dup_params, tp_protocol_dup_param, tp_protocol_borrow_params: addSimon McVittie2012-03-091-0/+5
| | | | | | | | | | | | | | tp_protocol_dup_params might be less nice for C (you have to free the list and the items), but is definitely nicer for Python and other g-i bindings. It will probably be renamed to ...get_params in Telepathy 1.0. tp_protocol_borrow_params is an efficient "C binding", but not as GObject'y. tp_protocol_dup_param will replace get_param in Telepathy 1.0. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46358 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* TpProtocol: add API to get avatars requirements (fdo #36049)Guillaume Desmottes2011-08-291-0/+3
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=36049
* Include _gen/tp-cli-protocol.h in protocol.h, not protocol.cDanielle Madeley2011-02-231-0/+2
|
* protocol: add tp_protocol_get_authentication_typesJonny Lamb2010-12-071-0/+4
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* TpProtocol: add more APISimon McVittie2010-06-291-0/+21
|
* Move TpConnectionManagerParam to protocol.hSimon McVittie2010-06-291-0/+13
|
* TpProtocol: add C accessor tp_protocol_get_nameSimon McVittie2010-06-291-0/+2
|
* Generate code for Protocol objects and add a stub TpProtocol classSimon McVittie2010-06-291-0/+67