summaryrefslogtreecommitdiff
path: root/telepathy-glib/contact.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix mistaken references to tp_connection_get_contact_by_id_asyncWill Thompson2013-01-091-1/+1
| | | | | tp_connection_get_contact_by_id_async does not exist; it is called tp_connection_dup_contact_by_id_async.
* prepare 0.19.10telepathy-glib-0.19.10Guillaume Desmottes2012-09-261-1/+1
|
* tp_contact_dup_location, TpContact:location-vardict: addSimon McVittie2012-09-261-0/+2
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=55095
* TpContact: Deprecate _get_ functions returning a GList and replace them by _dup_Xavier Claessens2012-09-051-0/+6
| | | | | | 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
* 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
* Release 0.19.0telepathy-glib-0.19.0Xavier Claessens2012-05-091-7/+7
|
* Deprecate tp_connection_get_contacts_by_id/handle()Xavier Claessens2012-05-091-0/+5
| | | | They are replaced by proper _async() API
* Add tp_connection_upgrade_contacts_async/finishXavier Claessens2012-05-091-0/+14
| | | | This replaces tp_connection_upgrade_contacts() but with a proper async API.
* Add tp_connection_dup_contact_by_id_async/finishXavier Claessens2012-05-091-0/+12
| | | | | | | This replaces tp_connection_get_contacts_by_id() but for single id and with a proper async API. merge by_id
* Revert "Add tp_contact_is_self()"Simon McVittie2012-05-031-2/+0
| | | | | | | | This reverts commit aa611fb0084b0c94f5e3b3c9c7e5ae30b8556c67. We shouldn't release this until it's more reliable. Opens: https://bugs.freedesktop.org/show_bug.cgi?id=49443
* Version-annotate tp_contact_is_self tooSimon McVittie2012-05-031-0/+1
|
* Merge branch 'deprecation'Simon McVittie2012-05-031-0/+3
|\ | | | | | | | | Reviewed-by: Xavier Claessens <xavier.claessens@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49400
| * Version-annotate recent APISimon McVittie2012-05-031-0/+3
| |
* | Add tp_contact_is_self()Xavier Claessens2012-05-031-0/+1
|/
* Add tp_contact_get_account()Xavier Claessens2012-04-161-0/+1
|
* TP_NUM_DBUS_ERRORS, TP_NUM_CONTACT_FEATURES: addSimon McVittie2012-04-121-1/+2
| | | | | | NUM_TP_CONTACT_FEATURES and NUM_TP_DBUS_ERRORS aren't introspectable. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=46470
* TpContact: add is-blocked propertyGuillaume Desmottes2011-11-011-1/+6
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=41801
* Add TP_CONTACT_FEATURE_INVALID because 0 is a valid TpContactFeatureXavier Claessens2011-08-041-0/+1
|
* TpContact: Add ContactGroups supportXavier Claessens2011-02-201-1/+12
|
* TpContact: Add subscribe/publish state propertiesXavier Claessens2011-01-291-1/+7
|
* Add TpConnection:self-contact, and a convenience "C binding" for itSimon McVittie2010-12-091-1/+1
|
* tp_connection_dup_contact_if_possible: replace dup_contact_for_immortal_handleSimon McVittie2010-12-081-5/+2
| | | | These semantics seem more useful in practice.
* tp_connection_dup_contact_for_immortal_handle: addSimon McVittie2010-12-071-0/+6
| | | | | | | Yes, the name is unwieldy - this method isn't safe to call on all connections. Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* contact: add a comment to convince gtk-doc _get_client_types existsJonny Lamb2010-09-301-1/+3
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* contact: add client types property and getter and change notificationJonny Lamb2010-09-301-1/+5
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Fix various broken cross-references in documentationSimon McVittie2010-08-231-1/+1
|
* Make tp_contact_request_contact_info_async() cancellableXavier Claessens2010-06-031-1/+2
| | | | | It is wrapping a DBus call with 1 hour timeout, so it's preferable to be able to cancel that call earlier.
* Add wrapper API for RequestContactInfoXavier Claessens2010-06-031-0/+6
|
* Make tp_connection_refresh_contact_info() fire-and-forgetXavier Claessens2010-06-031-6/+2
| | | | | So it does not take a callback, and will just emit "notify:contact-info" once/if a new vCard is fetched from network.
* Add ContactInfo support on TpContactXavier Claessens2010-06-031-1/+12
|
* Rename mimetype to mime_typeXavier Claessens2010-05-191-1/+1
|
* Add Avatar data cache on TpContactXavier Claessens2010-05-191-1/+7
| | | | | New TpContact feature: TP_CONTACT_FEATURE_AVATAR_DATA, and properties: "avatar-file" and "avatar-mimetype".
* contact.h: include _gen/genums.h, for TP_TYPE_CONTACT_FEATURESimon McVittie2010-05-041-0/+2
|
* Work around GObject Introspection bug #615923Danielle Madeley2010-05-031-1/+1
| | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=615923 GObject-Introspection fails to parse this enum with NUM_TP_CONTACT_FEATURES in it, make this a #define instead.
* contact: add capabilities feature and propertyGuillaume Desmottes2010-04-151-0/+5
|
* contact: add support for Location (fdo #24652)Guillaume Desmottes2010-04-051-0/+3
|
* TpContact: on success, don't give the callback a free ref to each contactSimon McVittie2008-10-241-2/+2
| | | | | | | | | | It seems saner to require the callback to take a ref itself if it wants to keep the object (and in fact examples/client/inspect-contact.c failed to unref it, so it's correct for the new semantics). Also, on fatal errors, give the callback a bit more information about what was going on, by telling it the handles or IDs that were requested in the first place (via the "failed handles/IDs" arguments).
* TpContact: hide object and class structsSimon McVittie2008-10-221-11/+0
| | | | TpContact isn't usefully subclassable anyway, so we might as well enforce that.
* TpContact: implement upgrading and getting by IDSimon McVittie2008-10-211-0/+21
|
* TpContact: hook up factory functions etc.Simon McVittie2008-10-211-0/+12
|
* TpContact: Add a skeletal versionSimon McVittie2008-10-211-0/+90