aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-tube.c
Commit message (Expand)AuthorAgeFilesLines
* Really fix the leak. Address is created using g_value_dup_boxed so it should ...Xavier Claessens2008-07-141-3/+12
* Release a variable with g_free() instead of tp_g_value_slice_free(). Fixes bu...Xavier Claessens2008-07-141-2/+1
* Keep a priv pointer in the object struct instead of using G_TYPE_INSTANCE_GET...Xavier Claessens2008-05-061-8/+7
* Make use of tp-glib debug system.Xavier Claessens2008-05-011-18/+16
* Do not unref account from empathy_contact_get_account()Xavier Claessens2008-04-201-1/+0
* Some code cleanupXavier Claessens2008-04-201-26/+21
* Call ListTubes in EmpathyTpTube's constructor to avoid racesXavier Claessens2008-04-201-96/+67
* Make a more generic API for different socket typesXavier Claessens2008-04-201-77/+30
* Rename empathy_offer_ipv4_stream_tube() to empathy_tp_tube_new_ipv4_stream_tu...Xavier Claessens2008-04-201-74/+91
* Add empathy_offer_ipv4_stream_tube().Xavier Claessens2008-04-201-1/+75
* Rename EmpathyTube to EmpathyTpTube and remove EmpathyTubes.Xavier Claessens2008-04-201-0/+503