summaryrefslogtreecommitdiff
path: root/tests/lib/simple-conn.c
AgeCommit message (Expand)AuthorFilesLines
2014-04-08TpExportableChannel: turn channel-properties into a GVariantrm-dbus-glib-properties1Simon McVittie1-3/+18
2014-04-08simple-conn: don't reimplement dbus-statusSimon McVittie1-15/+1
2014-04-07TpTestsSimpleConn: Stop using tp_svc_dbus_properties_*()Xavier Claessens1-41/+0
2014-03-26Replace trivial uses of DBusGMethodInvocation with GDBusMethodInvocationSimon McVittie1-1/+1
2014-02-13TpHandleType has been renmed to TpEntityTypeGuillaume Desmottes1-8/+8
2014-01-13Assume that Conn.I.Requests is supported, and don't put it in InterfacesSimon McVittie1-15/+0
2013-09-25Merge branch 'master' into nextXavier Claessens1-9/+2
2013-09-25Tests: disable single includeXavier Claessens1-7/+2
2013-09-13tp_dbus_properties_mixin_dup_all: make publicSimon McVittie1-11/+2
2013-09-12tp_dbus_properties_mixin_dup_all: make publicSimon McVittie1-11/+2
2012-10-08Merge branch 'master' into nextSimon McVittie1-0/+52
2012-10-08self-handle test: test with a modern CM, not just an archaic oneSimon McVittie1-0/+43
2012-07-10Merge branch 'master' into nextXavier Claessens1-3/+14
2012-07-05example & test connections: update to use new get_interfaces… vfuncJonny Lamb1-3/+14
2012-06-26Tests: Stop using textchan-null.hXavier Claessens1-16/+8
2012-06-05Merge branch 'master' into nextXavier Claessens1-12/+10
2012-06-04Use accessors rather than accessing TpBaseConnection fields directlySimon McVittie1-12/+11
2012-05-14Don't set TpBaseConnection:self_handle struct member directlyXavier Claessens1-2/+2
2012-05-10Merge branch 'master' into nextXavier Claessens1-3/+0
2012-05-10Deprecate tp_handle(s)_ref/unref, tp_handle(s)_client_hold/release and tp_con...Xavier Claessens1-3/+0
2012-05-07Don't include svc-*.h in "high-level" headersSimon McVittie1-0/+1
2012-05-03Merge branch 'master' into nextSimon McVittie1-2/+2
2012-05-02Stop using TP_ERRORSSimon McVittie1-2/+2
2012-04-30Merge branch 'master' into nextSimon McVittie1-6/+56
2012-04-30simple-conn: rename priv->channels to priv->text_channelsGuillaume Desmottes1-6/+7
2012-04-30simple-con: don't store the room list chan in priv->channelsGuillaume Desmottes1-12/+12
2012-04-30simple-conn: add tp_tests_simple_connection_ensure_room_list_chan()Guillaume Desmottes1-0/+49
2012-04-12Merge branch 'master' into nextSimon McVittie1-1/+1
2012-04-12Use TP_NUM_… instead of NUM_TP_…Simon McVittie1-1/+1
2012-03-02Merge branch 'master' into next, and update to merged specSimon McVittie1-2/+1
2012-03-01Use GLib's default marshaller everywhereSimon McVittie1-2/+1
2012-02-09Consistently use G_PARAM_STATIC_STRINGS for propertiesSimon McVittie1-4/+2
2012-02-09Merge branch 'master' into nextSimon McVittie1-0/+2
2012-02-06Add config.h include in all source filesXavier Claessens1-0/+2
2012-01-31channel-factory-iface: removeJonny Lamb1-2/+2
2012-01-31channel: remove deprecated methods & signalsJonny Lamb1-1/+1
2011-12-13Remove from unit test CMs individual getters that should not be called anymoreXavier Claessens1-85/+2
2011-04-11TpTestsSimpleConnection: Make it possible to break 0.19.2 propsOlli Salli1-0/+40
2010-12-16simple-conn: unref all our channels when we are disconnectedGuillaume Desmottes1-0/+3
2010-12-09TpTestsSimpleConnection: allow forcing GetSelfHandle() to failSimon McVittie1-4/+25
2010-12-09TpTestsSimpleConnection: emit a signal when GetSelfHandle is calledSimon McVittie1-3/+45
2010-09-28simple-conn: create a room handles repoGuillaume Desmottes1-0/+2
2010-07-13simple-conn: add API to ensure a text channelGuillaume Desmottes1-0/+70
2010-06-07Merge branch 'master' into tp-testsSimon McVittie1-4/+4
2010-06-04Add the TpTests namespace to tests/lib/simple-connTravis Reitter1-23/+32
2010-06-02SimpleConnection: reduce simulation delay to zeroSimon McVittie1-4/+4
2010-04-14simple-conn: add Requests to interfaces_always_presentGuillaume Desmottes1-1/+3
2010-03-30SimpleConnection: avoid invalid state transition and two potential use-after-...Simon McVittie1-4/+26
2009-02-13SimpleConnection: actually comply with telepathy spec >= 0.17.18Simon McVittie1-2/+2
2009-02-10Add a feature test for the self handle (fd.o#17519)Simon McVittie1-0/+16