summaryrefslogtreecommitdiff
path: root/telepathy-glib/contacts-mixin.c
Commit message (Expand)AuthorAgeFilesLines
* TpContactsMixin: use tp_handle_ensure_async() in GetContactByIDXavier Claessens2012-06-281-20/+51
* Use accessors rather than accessing TpBaseConnection fields directlySimon McVittie2012-06-041-1/+1
* Deprecate tp_handle(s)_ref/unref, tp_handle(s)_client_hold/release and tp_con...Xavier Claessens2012-05-101-18/+2
* contacts-mixin: Implement GetContactByIDXavier Claessens2012-05-091-5/+52
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-4/+4
* Fix a load of broken documentation cross-referencesWill Thompson2011-02-021-1/+1
* Remove now-unused stub contacts-mixin-internal.hSimon McVittie2010-09-281-1/+0
* Delete _tp_contacts_mixin_get_contact_attributes now we have a better APISimon McVittie2010-09-271-16/+8
* tp_contacts_mixin_get_contact_attributes: survive NULL strv argumentsSimon McVittie2010-09-271-2/+2
* Document tp_contacts_mixin_get_contact_attributes betterSimon McVittie2010-09-271-2/+6
* Merge remote branch 'eitan/contacts-iface-tweaks'Simon McVittie2010-09-271-35/+81
|\
| * Fixed doecstring for tp_contacts_mixin_get_contact_attributes.Eitan Isaacson2010-09-221-4/+4
| * Add assumed interfaces argument to tp_contacts_mixin_get_contact_attributes.Eitan Isaacson2010-09-221-5/+18
| * Verify connection is connected when calling tp_contacts_mixin_get_contact_att...Eitan Isaacson2010-09-221-1/+2
| * Added type checking to tp_contacts_mixin_get_contact_attributes.Eitan Isaacson2010-09-221-0/+3
| * Made get_contact_attributes instead of get_contacts_attributesEitan Isaacson2010-09-221-3/+3
| * Added docstring to tp_contacts_mixin_get_contacts_attributes.Eitan Isaacson2010-09-211-2/+20
| * Make tp_contacts_mixin_get_contacts_attributes public for re-use.Eitan Isaacson2010-09-191-21/+34
* | Merge branch 'contact-list'Simon McVittie2010-09-221-8/+22
|\ \ | |/ |/|
| * TpContactsMixin: expose _tp_contacts_mixin_get_contact_attributes internallySimon McVittie2010-06-041-8/+22
* | Whitelist core TpContactsMixin symbols for introspection.Travis Reitter2010-09-011-8/+8
|/
* Remove unused lookup of contacts mixin class.Will Thompson2010-04-281-4/+0
* Make GetContactAttributes() tolerate unsupported interfacesWill Thompson2010-03-311-16/+4
* Constified the string parameter to tp_contacts_mixin_set_contact_attribute()Mikhail Zabaluev2010-02-241-1/+1
* TpContactsMixin: GetContactAttributes: when holding handles, don't leak sende...Simon McVittie2009-03-041-0/+2
* ContactsMixin: remove incorrect reference to text mixinWill Thompson2008-11-101-2/+2
* TpContactsMixin: spec compliance: always return TP_IFACE_CONNECTION info even...Simon McVittie2008-10-311-1/+6
* TpContactsMixin: whitespaceSimon McVittie2008-10-151-3/+3
* Fix a leak in tp_contacts_mixin_get_contact_attributes()Alban Crequy2008-10-081-0/+1
* Mark new functionality as released in 0.7.14Simon McVittie2008-08-191-9/+9
* More documentation polishSjoerd Simons2008-08-141-4/+4
* Make the contacts mixin documentation somewhat more specificSjoerd Simons2008-08-141-2/+5
* TpContactsMixin: add a newline after variable declarationsSjoerd Simons2008-08-141-0/+1
* TpContactsMixin: Make the offset a gsizeSjoerd Simons2008-08-141-3/+2
* ContactMixin: Assert that attribute values are GValuesSjoerd Simons2008-08-131-0/+1
* Update gtk-docSjoerd Simons2008-08-131-1/+1
* ContactsMixin: Add missing renameSjoerd Simons2008-08-131-2/+2
* Rename tp_contacts_mixin_add_inspectable_iface tp_contacts_mixin_add_contact_...Sjoerd Simons2008-08-131-15/+39
* ContactsMixin: Fix typos and grammatical errors in function documentationSjoerd Simons2008-08-131-4/+4
* ContactsMixin: Rename GetAttributeFunc to FilLContactAttributesSjoerd Simons2008-08-131-2/+2
* ContactMixin: Rename method and attribute to match newer spec draftSjoerd Simons2008-08-131-9/+9
* Add gtk-doc documentation for the Contacs interface and mixinSjoerd Simons2008-07-291-1/+2
* Destroy the result hash table after returning from InspectContacts and keep t...Sjoerd Simons2008-07-281-2/+4
* Add documentationSjoerd Simons2008-07-281-3/+46
* Convert the interface to a base connection instead of the contacts-mixin typeSjoerd Simons2008-07-281-1/+1
* Assume tp_contacts_mixin_set_contact_attribute always takes a slice allocate...Sjoerd Simons2008-07-281-3/+1
* Initial implementation of the contacts mixinSjoerd Simons2008-07-271-0/+358