aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-tp-tube.c
Commit message (Expand)AuthorAgeFilesLines
* document EmpathyTpTube objectGuillaume Desmottes2009-04-271-0/+7
* add '%' in front of constantsGuillaume Desmottes2009-04-271-1/+1
* document empathy-tp-tubeGuillaume Desmottes2009-04-271-1/+55
* libempathy/empathy-tp-tube.[ch]: port to tp coding styleGuillaume Desmottes2009-04-241-35/+37
* s/Empaty/EmpathyGuillaume Desmottes2009-04-241-3/+3
* document empathy_tp_tube_call_when_readyGuillaume Desmottes2009-04-241-1/+28
* Merge branch 'master' into tp-tubeGuillaume Desmottes2009-04-241-8/+1
|\
| * Drop usage of McAccount from EmpathyTpTubeXavier Claessens2009-04-221-8/+1
* | add empathy_tp_tube_call_when_ready. Fixes bug #579735Guillaume Desmottes2009-04-211-5/+132
* | tp_tube_constructor: get State property not priv->state is actually setGuillaume Desmottes2009-04-211-0/+34
|/
* tp-tube: remove priv->parametersGuillaume Desmottes2009-04-171-5/+0
* tp-tube: remove priv->serviceGuillaume Desmottes2009-04-171-3/+0
* tp-tube: remove priv->initiator_contact and priv->factory as they are not usedGuillaume Desmottes2009-04-171-9/+0
* empathy-tp-tube: remove initiator and type member variables as they are not usedGuillaume Desmottes2009-04-171-2/+0
* empathy_tp_tube_class_init: set NUM_EMP_TUBE_CHANNEL_STATES as max value for ...Guillaume Desmottes2009-04-171-1/+2
* empathy_tp_tube_class_init: use G_PARAM_STATIC_STRINGSGuillaume Desmottes2009-04-171-4/+2
* empathy-tp-tube: the state is a EmpTubeChannelState not a guintGuillaume Desmottes2009-04-171-2/+2
* empathy_tp_tube_new_stream_tube: allow NULL as parameters. Fixes #575817Guillaume Desmottes2009-04-131-0/+7
* add parameters arg to empathy_tp_tube_new_stream_tube and use latest offer APIGuillaume Desmottes2009-02-171-2/+4
* empathy_mission_control_new -> dup_singleton.Xavier Claessens2009-01-161-1/+1
* Make empathy_tp_tube_accept_stream_tube more like underlying dbus function an...Sjoerd Simons2009-01-101-52/+65
* Update to new stream tube specSjoerd Simons2009-01-101-155/+59
* Port EmpathyContactFactory to the new singleton policy.Xavier Claessens2009-01-091-1/+1
* 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