summaryrefslogtreecommitdiff
path: root/telepathy-glib/channel-contacts.c
Commit message (Expand)AuthorAgeFilesLines
* channel-contacts: don't leak the result preparing group membersGuillaume Desmottes2012-09-121-0/+1
* Deprecate tp_connection_get_contacts_by_id/handle()Xavier Claessens2012-05-091-0/+5
* TpChannel: MembersChanged's details does not always need contact-idsXavier Claessens2012-05-081-1/+2
* Revert "Add tp_contact_is_self()"Simon McVittie2012-05-031-6/+0
* Merge branch 'deprecation'Simon McVittie2012-05-031-1/+1
|\
| * Stop using TP_ERRORSSimon McVittie2012-05-021-1/+1
* | Add tp_contact_is_self()Xavier Claessens2012-05-031-0/+6
|/
* TpChannel: Deprecate all TpHandle APIs that have TpContact variantXavier Claessens2012-04-271-0/+2
* Use g_ptr_array_new_full() now that we can depend on glib 2.30Xavier Claessens2012-04-231-3/+3
* channel-contacts: reverse ownership of ContactsQueueItem and resultSimon McVittie2012-04-121-19/+22
* channel-contacts: merge contacts_queue_item_new into contacts_queue_itemSimon McVittie2012-04-121-29/+11
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* channel-contacts.c: Fix crash when preparing TpCallChannelXavier Claessens2012-01-121-11/+11
* handle_owners_changed_prepared_cb: use a NULL safe g_object_refGuillaume Desmottes2011-12-131-1/+10
* channel-contacts: hash table may contain NULL contactGuillaume Desmottes2011-11-071-1/+6
* deal with self->priv->group_contact_owners may containing NULL contactGuillaume Desmottes2011-10-181-1/+12
* _tp_channel_contacts_queue_prepare_finish: don't assume item->contacts is not...Guillaume Desmottes2011-10-181-1/+6
* channel-contacts: guard against no-op updatesWill Thompson2011-10-101-3/+3
* Version 0.15.6telepathy-glib-0.15.6Xavier Claessens2011-09-301-8/+8
* Add TP_CHANNEL_FEATURE_CONTACTS featureXavier Claessens2011-09-301-0/+1140