summaryrefslogtreecommitdiff
path: root/telepathy-glib/base-contact-list.c
Commit message (Expand)AuthorAgeFilesLines
* Rename _tp_g_ptr_array_sized_new_with_free_func() to _tp_g_ptr_array_new_full()Xavier Claessens2011-07-221-2/+1
* Factor out _tp_g_ptr_array_sized_new_with_free_func()Xavier Claessens2011-07-121-2/+3
* Make DEBUG a no-op static inline with --disable-debug.Will Thompson2011-07-071-2/+0
* prepare 0.15.1telepathy-glib_0.15.1Guillaume Desmottes2011-05-301-5/+5
* Merge branch 'blocking'Will Thompson2011-05-251-17/+381
|\
| * BaseContactList: extensiblize blocking cap flagsWill Thompson2011-05-161-3/+4
| * BaseContactList: assert that just one block_contacts is implementedWill Thompson2011-05-161-2/+2
| * BaseContactList: remove useless comment about line lengthsWill Thompson2011-05-161-3/+0
| * BaseContactList: implement ContactBlockingCapabilitiesWill Thompson2011-04-161-0/+42
| * BaseContactList: pass report_abusive to subclass.Will Thompson2011-04-161-4/+4
| * BaseContactList: add _with_abuse_async() and _finish()Will Thompson2011-04-161-3/+81
| * BlockableContactListIface: add _with_abuse variantWill Thompson2011-04-161-5/+34
| * ContactList: implement BlockContacts and UnblockContactsWill Thompson2011-04-161-2/+83
| * BaseContactList: implement RequestBlockedContacts()Will Thompson2011-04-161-1/+95
| * BaseContactList: emit BlockedContactsChangedWill Thompson2011-04-161-11/+23
| * BaseContactList: add stub blocking_iface_initWill Thompson2011-04-161-0/+26
| * BaseContactList: track whether ContactBlocking is implementedWill Thompson2011-04-161-0/+4
* | Fix leak of source object.Mike Ruprecht2011-05-041-4/+2
* | BaseContactList: clarify how to use itWill Thompson2011-05-021-20/+55
|/
* fix gcc 4.6 "variable is set but not used" warningsDan Winship2011-03-151-12/+0
* BaseContactList: fix leak in set_list_receivedJonathon Jongsma2011-03-041-0/+2
* TpBaseContactList: don't call store_contacts_async() if it's nullMarco Barisione2011-02-251-2/+3
* TpBaseContactList: don't crash when renaming a group with a NULL channelMarco Barisione2011-02-251-2/+2
* BaseContactList: emit ContactsChangedWithIDWill Thompson2010-12-201-3/+1
* Use tp_intset_union_update to simplify TpBaseContactListSimon McVittie2010-12-171-8/+2
* Generate the information needed by ContactsChangedWithIDSimon McVittie2010-12-171-2/+27
* fd.o #31997: in contact list channels, return asynchronously from AddMembers ...Simon McVittie2010-11-301-97/+145
* TpBaseContactList: implement the ContactListState propertySimon McVittie2010-10-051-0/+7
* Prepare version 0.13.0telepathy-glib-0.13.0Simon McVittie2010-09-281-7/+168
* TpBaseContactList: talk about the right spec version that introduced ContactListSimon McVittie2010-09-281-1/+1
* TpBaseContactList: fix a copy/paste error in the docsSimon McVittie2010-09-281-1/+2
* Remove now-unused stub contacts-mixin-internal.hSimon McVittie2010-09-281-1/+0
* Use tp_contacts_mixin_get_contact_attributes for TpBaseContactListSimon McVittie2010-09-271-33/+16
* Correct sense of assertions when counting an unspecified number of groupsSimon McVittie2010-09-271-2/+6
* Use gssize to iterate over arrays whose length is given by a gssizeSimon McVittie2010-09-271-3/+3
* tp_base_contact_list_one_contact_groups_changed: explain why only the contact...Simon McVittie2010-09-221-0/+4
* TpBaseContactList: add API for when a single contact's state changesSimon McVittie2010-09-221-0/+90
* TpBaseContactList, example contact list: use TpIntset, not TpIntSetSimon McVittie2010-09-221-11/+11
* TpBaseContactList: fix documentation cross-referencesSimon McVittie2010-08-251-48/+46
* Rename group getters to the _dup_ naming conventionSimon McVittie2010-08-111-36/+36
* TpBaseContactList: explicitly annotate group getters as (transfer full)Simon McVittie2010-08-111-5/+9
* tp_base_contact_list_set_list_received: add a sanity check for dup_statesSimon McVittie2010-08-111-0/+6
* Rename TpBaseContactListGetStatesFunc to TpBaseContactListDupStatesFuncSimon McVittie2010-08-111-13/+13
* TpBaseContactListGetStatesFunc: explicitly say that publish_request is dup'dSimon McVittie2010-08-111-16/+16
* Rename tp_base_contact_list_get_contacts to dup_contactsSimon McVittie2010-08-111-24/+24
* Streamline TpBaseContactList get_connection checks that don't set an errorSimon McVittie2010-07-291-7/+7
* tp_base_contact_list_check_still_usable: removeSimon McVittie2010-07-291-33/+0
* tp_base_contact_list_set_list_pending: allow calling more than onceSimon McVittie2010-07-291-3/+2
* tp_base_contact_list_set_list_failed: allow calling twiceSimon McVittie2010-07-291-5/+5
* tp_base_contact_list_set_list_received: allow SUCCESS after earlier FAILURESimon McVittie2010-07-291-1/+1