summaryrefslogtreecommitdiff
path: root/qt4/tests
diff options
context:
space:
mode:
authorAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-09-23 13:23:39 -0300
committerAndre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>2011-09-23 20:17:49 -0300
commit6d366626b99f8e9be98b8057f624a8ca11f39f2e (patch)
tree7cf37d81ff55dc8647e3b46038fc40877a6c2d0e /qt4/tests
parent470272f0daaa5202239b37fb76a577643993f26a (diff)
echo2 cm: Properly adverise supported interface Channel.Destroyable.
Diffstat (limited to 'qt4/tests')
-rw-r--r--qt4/tests/lib/glib/echo2/chan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt4/tests/lib/glib/echo2/chan.c b/qt4/tests/lib/glib/echo2/chan.c
index 34b6f0bfc..57b307597 100644
--- a/qt4/tests/lib/glib/echo2/chan.c
+++ b/qt4/tests/lib/glib/echo2/chan.c
@@ -68,8 +68,8 @@ struct _ExampleEcho2ChannelPrivate
static const char * example_echo_2_channel_interfaces[] = {
TP_IFACE_CHANNEL_INTERFACE_MESSAGES,
+ TP_IFACE_CHANNEL_INTERFACE_DESTROYABLE,
NULL };
-/* FIXME: when supported, add TP_IFACE_CHANNEL_INTERFACE_DESTROYABLE */
static void
example_echo_2_channel_init (ExampleEcho2Channel *self)