summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-contact-info.c
Commit message (Expand)AuthorAgeFilesLines
* Use tp_value_array_free instead of g_value_array_freeSimon McVittie2013-09-261-1/+1
* early return if GetContactInfo() failedGuillaume Desmottes2013-07-171-0/+1
* prepare 0.19.9 releasetelepathy-glib-0.19.9Xavier Claessens2012-09-111-2/+2
* TpConnection: Deprecate _get_ functions returning a GList and replace them by...Xavier Claessens2012-09-051-1/+29
* Modernise GList usageXavier Claessens2012-09-051-22/+6
* Hide GList-based contact info typedefs from g-ir-scannerSimon McVittie2012-05-111-8/+0
* Mark GList typedefs non-introspectableRay Strode2012-05-111-2/+8
* Use G_DEFINE_BOXED_TYPE for every boxed type except TpIntsetSimon McVittie2012-05-031-52/+8
* Stop using TP_ERRORSSimon McVittie2012-05-021-1/+1
* Complete results of TpProxy D-Bus calls in an idleSimon McVittie2012-04-121-1/+1
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* Simplify _finish() functions using _tp_implement_finish_*Xavier Claessens2011-12-141-14/+3
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-1/+1
* connection: use prepare_async instead of start_preparingGuillaume Desmottes2011-05-121-9/+14
* connection: simplify contact info preparationGuillaume Desmottes2011-05-121-23/+1
* Prepare version 0.11.7telepathy-glib-0.11.7Simon McVittie2010-06-141-21/+21
* Make tp_contact_info_field_spec_new() privateXavier Claessens2010-06-031-4/+4
* Force empty GStrv into tp_contact_info_field[_spec]_new()Xavier Claessens2010-06-031-6/+6
* Minor doc tweak: s/a #TpContactInfoFlags/a set of #TpContactInfoFlags/Xavier Claessens2010-06-031-1/+1
* Make tp_contact_info_field_copy() and tp_contact_info_field_spec_copy() take ...Xavier Claessens2010-06-031-2/+2
* Document a bit better @parameters argXavier Claessens2010-06-031-2/+8
* Copy the GList container but not its elementsXavier Claessens2010-06-031-3/+8
* Skip introspection for _copy and _free of boxed structs.Xavier Claessens2010-06-031-2/+2
* Add ContactInfo support on TpConnectionXavier Claessens2010-06-031-0/+655